From cb17faa3e2e89738a29d6d2434f9ef4759b418bb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 26 Aug 2013 15:42:24 -0500 Subject: Bump library versions to 14.0.0 This relates to Bug 1575 --- tdeui/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeui/CMakeLists.txt') diff --git a/tdeui/CMakeLists.txt b/tdeui/CMakeLists.txt index 8cff8df1c..b21e63bc1 100644 --- a/tdeui/CMakeLists.txt +++ b/tdeui/CMakeLists.txt @@ -147,7 +147,7 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} - VERSION 4.2.0 + VERSION 14.0.0 LINK tdecore-shared ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES} DEPENDENCIES dcopidl DESTINATION ${LIB_INSTALL_DIR} @@ -163,6 +163,6 @@ configure_file( ${CMAKE_SOURCE_DIR}/cmake/modules/template_dummy_cpp.cmake dummy tde_add_library( ${target} SHARED SOURCES ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp LINK ${TQT_LIBRARIES} - VERSION 4.2.0 + VERSION 14.0.0 DESTINATION ${LIB_INSTALL_DIR} ) -- cgit v1.2.3