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

Dennis Nienhüser earthwings at gentoo.org
Mon Jan 10 19:42:06 CET 2011


SVN commit 1213522 by nienhueser:

Increase Marble library version from 0.11 to 0.12. The next commit will contain an API change.

 M  +2 -2      global.h  


--- trunk/KDE/kdeedu/marble/src/lib/global.h #1213521:1213522
@@ -240,14 +240,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.11.0 Release Candidate 2" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "PRE 0.12.0 SVN" );
 
 // API Version id:
 // form : 0xMMmmpp
 //        MM = major revision.
 //        mm = minor revision.
 //        pp = patch revision.
-#define MARBLE_VERSION 0x000b00
+#define MARBLE_VERSION 0x000c00
 
 static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
 


More information about the Marble-commits mailing list