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

Torsten Rahn tackat at kde.org
Thu Aug 26 15:20:18 CEST 2010


SVN commit 1168348 by rahn:


- Bumping up version to 0.10.1



 M  +2 -2      global.h  


--- branches/KDE/4.5/kdeedu/marble/src/lib/global.h #1168347:1168348
@@ -211,14 +211,14 @@
 
 // String for about dialog and http user agent
 // FIXME: check if blanks are allowed in user agent version numbers
-const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.10.0" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.10.1" );
 
 // API Version id:
 // form : 0xMMmmpp
 //        MM = major revision.
 //        mm = minor revision.
 //        pp = patch revision.
-#define MARBLE_VERSION 0x000a00
+#define MARBLE_VERSION 0x000a01
 
 static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
 


More information about the Marble-commits mailing list