[Marble-commits] KDE/kdeedu/marble/src/lib

Jens-Michael Hoffmann jensmh at gmx.de
Thu Feb 25 15:54:30 CET 2010


SVN commit 1096029 by jmhoffmann:

Increase GENERIC_LIB_VERSION and GENERIC_LIB_SOVERSION for Marble 0.10
respectively KDE 4.5 as there have been binary incompatible changes since
Marble 0.9 (shipped with KDE 4.4).


 M  +2 -2      CMakeLists.txt  


--- trunk/KDE/kdeedu/marble/src/lib/CMakeLists.txt #1096028:1096029
@@ -28,8 +28,8 @@
 INCLUDE(graphicsview/CMakeLists.txt)
 
 if (QTONLY)
-  set(GENERIC_LIB_VERSION "0.9.0")
-  set(GENERIC_LIB_SOVERSION "9")
+  set(GENERIC_LIB_VERSION "0.10.0")
+  set(GENERIC_LIB_SOVERSION "10")
 endif (QTONLY)
 
 if (QTONLY)


More information about the Marble-commits mailing list