From e31a4256ac52904d036d231e84e5e1dcea0f1c68 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 20 Feb 2014 09:50:20 +0100 Subject: [PATCH] Increase version in CMake. --- coreapi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/CMakeLists.txt b/coreapi/CMakeLists.txt index b608e4bfb..85a03061e 100644 --- a/coreapi/CMakeLists.txt +++ b/coreapi/CMakeLists.txt @@ -118,7 +118,7 @@ endif(WIN32) set(LIBS ${LIBS} ${LIBORTP} ${LIBMEDIASTREAMER_BASE} ${LIBMEDIASTREAMER_VOIP} ${LIBBELLESIP} ${LIBXML2}) add_library(linphone SHARED ${SOURCE_FILES}) -set_target_properties(linphone PROPERTIES VERSION 3.6.99 SOVERSION 5) +set_target_properties(linphone PROPERTIES VERSION 3.7.0 SOVERSION 5) target_link_libraries(linphone ${LIBS})