[Marble-commits] branches/KDE/4.6/kdeedu/marble/src

Dennis Nienhüser earthwings at gentoo.org
Wed Mar 9 20:01:35 CET 2011


SVN commit 1224254 by nienhueser:

Increase (library) version number to 1.0.2 (0.11.2) for the next release.


 M  +1 -1      ControlView.cpp  
 M  +2 -2      lib/global.h  


--- branches/KDE/4.6/kdeedu/marble/src/ControlView.cpp #1224253:1224254
@@ -88,7 +88,7 @@
 
 QString ControlView::applicationVersion()
 {
-    return "1.0.0 (Stable Release)";
+    return "1.0.2 (Stable Release)";
 }
 
 void ControlView::zoomIn()
--- branches/KDE/4.6/kdeedu/marble/src/lib/global.h #1224253:1224254
@@ -236,14 +236,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 (Stable Release)" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.11.2 (Stable Release)" );
 
 // API Version id:
 // form : 0xMMmmpp
 //        MM = major revision.
 //        mm = minor revision.
 //        pp = patch revision.
-#define MARBLE_VERSION 0x000b00
+#define MARBLE_VERSION 0x000b02
 
 static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
 


More information about the Marble-commits mailing list