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

Jens-Michael Hoffmann jensmh at gmx.de
Tue Jan 12 19:11:41 CET 2010


SVN commit 1073709 by jmhoffmann:

Bump version number for KDE 4.3.5 release.


 M  +2 -2      global.h  


--- branches/KDE/4.3/kdeedu/marble/src/lib/global.h #1073708:1073709
@@ -175,14 +175,14 @@
 // Version definitions to use with an external application (as digiKam)
 
 // String for about dialog.
-const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.8.1" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.8.5" );
 
 // API Version id:
 // form : 0xMMmmpp
 //        MM = major revision.
 //        mm = minor revision.
 //        pp = patch revision.
-#define MARBLE_VERSION 0x000801
+#define MARBLE_VERSION 0x000805
 
 static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
 


More information about the Marble-commits mailing list