From 731d4509de3760c0318ad0b173565307c3caf8ef Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 2 Nov 2015 14:05:38 +0100 Subject: [PATCH] Update version to 3.9.0. --- CMakeLists.txt | 6 +++--- NEWS | 9 +++++++++ configure.ac | 4 ++-- tools/python/doc/source/conf.py | 4 ++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 725985426..3e89ccdb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,10 +25,10 @@ project(LINPHONE C CXX) set(LINPHONE_MAJOR_VERSION "3") -set(LINPHONE_MINOR_VERSION "8") -set(LINPHONE_MICRO_VERSION "5") +set(LINPHONE_MINOR_VERSION "9") +set(LINPHONE_MICRO_VERSION "0") set(LINPHONE_VERSION "${LINPHONE_MAJOR_VERSION}.${LINPHONE_MINOR_VERSION}.${LINPHONE_MICRO_VERSION}") -set(LINPHONE_SO_VERSION "7") +set(LINPHONE_SO_VERSION "8") file(GLOB LINPHONE_PO_FILES RELATIVE "${CMAKE_CURRENT_LIST_DIR}/po" "${CMAKE_CURRENT_LIST_DIR}/po/*.po") string(REGEX REPLACE "([a-zA-Z_]+)\\.po" "\\1" LINPHONE_ALL_LANGS_LIST "${LINPHONE_PO_FILES}") diff --git a/NEWS b/NEWS index 385b7831a..3791448b8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +linphone-3.9.0 -- November 2nd, 2015 + * Video recording of calls in MKV format + * Clickable URLs in chat view + * Add buttons to change the record and playback volumes during a call + * Add button to start chatting without having to create a contact first + * Some icon changes + * Call logs now stored in database + * Bug fixes + linphone-3.8.5 -- June 30th, 2015 * Fix bug about status icon on MacOSX. Attention request worked only once * Fix crash at the end of the audio assistant diff --git a/configure.ac b/configure.ac index 69a1ed745..206164d0a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([linphone],[3.8.5],[linphone-developers@nongnu.org]) +AC_INIT([linphone],[3.9.0],[linphone-developers@nongnu.org]) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([coreapi/linphonecore.c]) @@ -17,7 +17,7 @@ if test "$LINPHONE_EXTRA_VERSION" != "" ;then LINPHONE_VERSION=$LINPHONE_VERSION.${LINPHONE_EXTRA_VERSION} fi -LIBLINPHONE_SO_CURRENT=7 dnl increment this number when you add/change/remove an interface +LIBLINPHONE_SO_CURRENT=8 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/tools/python/doc/source/conf.py b/tools/python/doc/source/conf.py index c01ba688d..0ff2994cd 100644 --- a/tools/python/doc/source/conf.py +++ b/tools/python/doc/source/conf.py @@ -53,9 +53,9 @@ copyright = u'2014, Belledonne Communications' # built documents. # # The short X.Y version. -version = '3.8' +version = '3.9' # The full version, including alpha/beta/rc tags. -release = '3.8.2' +release = '3.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.