[Marble-commits] branches/KDE/4.4/kdeedu/marble/src/lib

Jens-Michael Hoffmann jensmh at gmx.de
Fri Feb 26 16:27:36 CET 2010


SVN commit 1096378 by jmhoffmann:

Bump Marble version to 0.9.2 for KDE 4.4.2, unfortunately we forgot to
increase the version number for KDE 4.4.1.


 M  +2 -2      global.h  


--- branches/KDE/4.4/kdeedu/marble/src/lib/global.h #1096377:1096378
@@ -196,14 +196,14 @@
 // Version definitions to use with an external application (as digiKam)
 
 // String for about dialog.
-const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.9" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.9.2" );
 
 // API Version id:
 // form : 0xMMmmpp
 //        MM = major revision.
 //        mm = minor revision.
 //        pp = patch revision.
-#define MARBLE_VERSION 0x000900
+#define MARBLE_VERSION 0x000902
 
 static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
 


More information about the Marble-commits mailing list