[Marble-commits] branches/KDE/4.4/kdeedu/marble/src/lib
Jens-Michael Hoffmann
jensmh at gmx.de
Wed Apr 28 22:58:55 CEST 2010
SVN commit 1120313 by jmhoffmann:
Bump version for 4.4.3 release.
M +2 -2 global.h
--- branches/KDE/4.4/kdeedu/marble/src/lib/global.h #1120312:1120313
@@ -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.2" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.9.3" );
// API Version id:
// form : 0xMMmmpp
// MM = major revision.
// mm = minor revision.
// pp = patch revision.
-#define MARBLE_VERSION 0x000902
+#define MARBLE_VERSION 0x000903
static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
More information about the Marble-commits
mailing list