Git commit 54ff59d427ae503f76bedbc76ef2e5c613be7bcc by Ralf Habacker. Committed on 31/05/2013 at 21:48. Pushed by habacker into branch 'master'. Moved XMI_FILE_VERSION to version.h where app version definition already is. This makes it easier to find it. M +0 -3 umbrello/umldoc.cpp M +3 -0 umbrello/version.h http://commits.kde.org/umbrello/54ff59d427ae503f76bedbc76ef2e5c613be7bcc diff --git a/umbrello/umldoc.cpp b/umbrello/umldoc.cpp index 365d45e..227e7bf 100644 --- a/umbrello/umldoc.cpp +++ b/umbrello/umldoc.cpp @@ -68,9 +68,6 @@ #include #include = -// Update this version when changing the XMI file format -#define XMI_FILE_VERSION "1.6.1" - DEBUG_REGISTER(UMLDoc) = /** diff --git a/umbrello/version.h b/umbrello/version.h index 2eb0d2a..27d4c5b 100644 --- a/umbrello/version.h +++ b/umbrello/version.h @@ -26,4 +26,7 @@ inline QByteArray umbrelloVersion() return versionStr.toLatin1(); } = +// Update this version when changing the XMI file format +#define XMI_FILE_VERSION "1.6.1" + #endif