From 9c365d8ed426eda03c8417a2da7d811c43a74b6e Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 29 Apr 2015 11:16:10 +0200 Subject: [PATCH] set .so version to 7 (wasn't changed since 3.7.0) --- CMakeLists.txt | 2 +- configure.ac | 2 +- oRTP | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66316a163..d08dedc4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ set(LINPHONE_MAJOR_VERSION "3") set(LINPHONE_MINOR_VERSION "8") set(LINPHONE_MICRO_VERSION "1") set(LINPHONE_VERSION "${LINPHONE_MAJOR_VERSION}.${LINPHONE_MINOR_VERSION}.${LINPHONE_MICRO_VERSION}") -set(LINPHONE_SO_VERSION "6") +set(LINPHONE_SO_VERSION "7") file(GLOB LINPHONE_PO_FILES RELATIVE "${CMAKE_SOURCE_DIR}/po" "${CMAKE_SOURCE_DIR}/po/*.po") string(REGEX REPLACE "([a-zA-Z_]+)\\.po" "\\1" LINPHONE_ALL_LANGS "${LINPHONE_PO_FILES}") diff --git a/configure.ac b/configure.ac index 2eabeb943..068c35e52 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ if test "$LINPHONE_EXTRA_VERSION" != "" ;then LINPHONE_VERSION=$LINPHONE_VERSION.${LINPHONE_EXTRA_VERSION} fi -LIBLINPHONE_SO_CURRENT=6 dnl increment this number when you add/change/remove an interface +LIBLINPHONE_SO_CURRENT=7 dnl increment this number when you add/change/remove an interface LIBLINPHONE_SO_REVISION=0 dnl increment this number when you change source code, without changing interfaces; set to 0 when incrementing CURRENT LIBLINPHONE_SO_AGE=0 dnl increment this number when you add an interface, set to 0 if you remove an interface diff --git a/oRTP b/oRTP index a024f905f..01491a543 160000 --- a/oRTP +++ b/oRTP @@ -1 +1 @@ -Subproject commit a024f905fd42d7b90c16dd7562b226f0afc4c59e +Subproject commit 01491a5437b5328349428aa18e38253f399addf2