[Marble-commits] KDE/kdeedu/marble/src/lib
Dennis Nienhüser
earthwings at gentoo.org
Wed Jun 2 19:50:24 CEST 2010
SVN commit 1133868 by nienhueser:
Increase version to 0.11. Change the soversion to 11 for both Qt and KDE. For the KDE version, this means an intended bump from 4 to 11.
M +2 -4 CMakeLists.txt
M +2 -2 global.h
--- trunk/KDE/kdeedu/marble/src/lib/CMakeLists.txt #1133867:1133868
@@ -28,10 +28,8 @@
INCLUDE(geodata/CMakeLists.txt)
INCLUDE(graphicsview/CMakeLists.txt)
-if (QTONLY)
- set(GENERIC_LIB_VERSION "0.10.0")
- set(GENERIC_LIB_SOVERSION "10")
-endif (QTONLY)
+set(GENERIC_LIB_VERSION "0.11.0")
+set(GENERIC_LIB_SOVERSION "11")
if (QTONLY)
# ce: don't know why this is needed here - on win32 'O2' is activated by default in release mode
--- trunk/KDE/kdeedu/marble/src/lib/global.h #1133867:1133868
@@ -211,14 +211,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.10.0 SVN" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.11.0 SVN" );
// API Version id:
// form : 0xMMmmpp
// MM = major revision.
// mm = minor revision.
// pp = patch revision.
-#define MARBLE_VERSION 0x001000
+#define MARBLE_VERSION 0x001100
static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
More information about the Marble-commits
mailing list