[Marble-commits] KDE/kdeedu/marble/src/lib
Jens-Michael Hoffmann
jensmh at gmx.de
Wed Jun 2 22:28:17 CEST 2010
SVN commit 1133912 by jmhoffmann:
Fix MARBLE_VERSION macro for Marble 0.11.0, should be safe as a grep over
the KDE svn repository showed that only values up to 0x000800 are used.
M +1 -1 global.h
--- trunk/KDE/kdeedu/marble/src/lib/global.h #1133911:1133912
@@ -218,7 +218,7 @@
// MM = major revision.
// mm = minor revision.
// pp = patch revision.
-#define MARBLE_VERSION 0x001100
+#define MARBLE_VERSION 0x000b00
static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
More information about the Marble-commits
mailing list