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

Torsten Rahn tackat at kde.org
Thu Jan 7 23:05:14 CET 2010


SVN commit 1071371 by rahn:

- Bumping up version number



 M  +2 -2      global.h  


--- trunk/KDE/kdeedu/marble/src/lib/global.h #1071370:1071371
@@ -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 SVN" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.10.0 SVN" );
 
 // API Version id:
 // form : 0xMMmmpp
 //        MM = major revision.
 //        mm = minor revision.
 //        pp = patch revision.
-#define MARBLE_VERSION 0x000900
+#define MARBLE_VERSION 0x001000
 
 static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
 


More information about the Marble-commits mailing list