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

Dennis Nienhüser earthwings at gentoo.org
Thu Oct 28 19:54:03 CEST 2010


SVN commit 1190722 by nienhueser:

Increase version to 0.10.3


 M  +2 -2      global.h  


--- branches/KDE/4.5/kdeedu/marble/src/lib/global.h #1190721:1190722
@@ -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.1" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.10.3" );
 
 // API Version id:
 // form : 0xMMmmpp
 //        MM = major revision.
 //        mm = minor revision.
 //        pp = patch revision.
-#define MARBLE_VERSION 0x000a01
+#define MARBLE_VERSION 0x000a03
 
 static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
 


More information about the Marble-commits mailing list