[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sat Jan 15 03:54:10 UTC 2005


CVS commit by okellogg: 

For the moment, the XMI_FILE_VERSION changes with each UMBRELLO_VERSION.
But someday that may stabilize ;)


  M +4 -2      umldoc.cpp   1.233


--- kdesdk/umbrello/umbrello/umldoc.cpp  #1.232:1.233
@@ -80,10 +80,12 @@
 #include "inputdialog.h"
 #include "listpopupmenu.h"
+#include "version.h"
 
 # define EXTERNALIZE_ID(id)  QString::number(id).ascii()
 # define INTERNALIZE_ID(id)  ID2STR(id).toInt()
 
-#define XMI_FILE_VERSION "1.3.90"
-// NB: The XMI_FILE_VERSION is the Umbrello version NOT the UML version.
+#define XMI_FILE_VERSION UMBRELLO_VERSION
+// For the moment, the XMI_FILE_VERSION changes with each UMBRELLO_VERSION.
+// But someday that may stabilize ;)
 
 using namespace Uml;






More information about the umbrello-devel mailing list