From 426706c6d174dad21cc1eeaf238b6cad2ac65eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 14 Mar 2016 23:07:17 +0100 Subject: [PATCH] cmake: Fix shared libraries version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- atlantik/libatlantic/CMakeLists.txt | 2 +- atlantik/libatlantikclient/CMakeLists.txt | 2 +- atlantik/libatlantikui/CMakeLists.txt | 2 +- kolf/CMakeLists.txt | 2 +- libtdegames/CMakeLists.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/atlantik/libatlantic/CMakeLists.txt b/atlantik/libatlantic/CMakeLists.txt index 6fb000bb..bc0d389b 100644 --- a/atlantik/libatlantic/CMakeLists.txt +++ b/atlantik/libatlantic/CMakeLists.txt @@ -36,6 +36,6 @@ tde_add_library( atlantic SHARED AUTOMOC SOURCES atlantic_core.cpp auction.cpp configoption.cpp estate.cpp estategroup.cpp game.cpp player.cpp trade.cpp LINK ${TQT_LIBRARIES} - VERSION 3.0.2 + VERSION 1.2.0 DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/atlantik/libatlantikclient/CMakeLists.txt b/atlantik/libatlantikclient/CMakeLists.txt index 53d2a932..39a7ca48 100644 --- a/atlantik/libatlantikclient/CMakeLists.txt +++ b/atlantik/libatlantikclient/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( tde_add_library( atlantikclient SHARED AUTOMOC SOURCES atlantik_network.cpp monopdprotocol.cpp - VERSION 3.0.2 + VERSION 1.2.0 LINK tdeio-shared atlantic-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/atlantik/libatlantikui/CMakeLists.txt b/atlantik/libatlantikui/CMakeLists.txt index 0af2c33e..4f1652c3 100644 --- a/atlantik/libatlantikui/CMakeLists.txt +++ b/atlantik/libatlantikui/CMakeLists.txt @@ -20,7 +20,7 @@ tde_add_library( atlantikui SHARED AUTOMOC SOURCES auction_widget.cpp board.cpp estatedetails.cpp estateview.cpp kwrappedlistviewitem.cpp portfolioestate.cpp portfolioview.cpp token.cpp trade_widget.cpp - VERSION 3.0.2 + VERSION 1.2.0 LINK atlantic-shared tdeio-shared tdecore-shared tdeui-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kolf/CMakeLists.txt b/kolf/CMakeLists.txt index 664c64a5..5d45f9f5 100644 --- a/kolf/CMakeLists.txt +++ b/kolf/CMakeLists.txt @@ -46,7 +46,7 @@ tde_add_library( kolf SHARED AUTOMOC scoreboard.cpp editor.cpp pluginloader.cpp object.cpp vector.cpp printdialogpage.cpp kcomboboxdialog.cpp kvolumecontrol.cpp floater.cpp slope.cpp - VERSION 3.0.2 + VERSION 1.2.0 LINK tdegames-shared tdeprint-shared tdeio-shared artskde-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/libtdegames/CMakeLists.txt b/libtdegames/CMakeLists.txt index 5e79dc39..d124c0c4 100644 --- a/libtdegames/CMakeLists.txt +++ b/libtdegames/CMakeLists.txt @@ -35,7 +35,7 @@ tde_add_library( tdegames SHARED AUTOMOC SOURCES kcarddialog.cpp kstdgameaction.cpp kgamemisc.cpp kchatbase.cpp kchat.cpp kchatdialog.cpp kgameprogress.cpp kcanvasrootpixmap.cpp kgamelcd.cpp - VERSION 3.0.2 + VERSION 1.2.0 EMBED khighscore-static kgame-static kgamedialogs-static LINK tdecore-shared tdeui-shared tdednssd-shared tdeio-shared DESTINATION ${LIB_INSTALL_DIR}