[Marble-commits] branches/KDE/4.5/kdeedu/marble/src/lib
Jens-Michael Hoffmann
jensmh at gmx.de
Wed Jun 2 22:25:23 CEST 2010
SVN commit 1133910 by jmhoffmann:
Fix MARBLE_VERSION macro for Marble 0.10.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
--- branches/KDE/4.5/kdeedu/marble/src/lib/global.h #1133909:1133910
@@ -218,7 +218,7 @@
// MM = major revision.
// mm = minor revision.
// pp = patch revision.
-#define MARBLE_VERSION 0x001000
+#define MARBLE_VERSION 0x000a00
static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
More information about the Marble-commits
mailing list