[Uml-devel] KDE/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Tue Oct 16 05:45:12 UTC 2007


SVN commit 725730 by okellogg:

Decouple the XMI file format version from the Umbrello version. It has stabilized.

 M  +2 -3      umldoc.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/umldoc.cpp #725729:725730
@@ -77,9 +77,8 @@
 #include "cmds.h"
 #include "diagramprintpage.h"
 
-#define XMI_FILE_VERSION UMBRELLO_VERSION
-// For the moment, the XMI_FILE_VERSION changes with each UMBRELLO_VERSION.
-// But someday that may stabilize ;)
+// Update this version when changing the XMI file format
+#define XMI_FILE_VERSION "1.5.8"
 
 using namespace Uml;
 




More information about the umbrello-devel mailing list