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

Jens-Michael Hoffmann jensmh at gmx.de
Wed Jun 9 00:09:13 CEST 2010


SVN commit 1136083 by jmhoffmann:

Bump Marble version number for KDE 4.4.5 release.


 M  +2 -2      global.h  


--- branches/KDE/4.4/kdeedu/marble/src/lib/global.h #1136082:1136083
@@ -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.3" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.9.5" );
 
 // API Version id:
 // form : 0xMMmmpp
 //        MM = major revision.
 //        mm = minor revision.
 //        pp = patch revision.
-#define MARBLE_VERSION 0x000903
+#define MARBLE_VERSION 0x000905
 
 static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
 


More information about the Marble-commits mailing list