diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e89ccdb4..9767f720d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ project(LINPHONE C CXX) set(LINPHONE_MAJOR_VERSION "3") set(LINPHONE_MINOR_VERSION "9") -set(LINPHONE_MICRO_VERSION "0") +set(LINPHONE_MICRO_VERSION "1") set(LINPHONE_VERSION "${LINPHONE_MAJOR_VERSION}.${LINPHONE_MINOR_VERSION}.${LINPHONE_MICRO_VERSION}") set(LINPHONE_SO_VERSION "8") diff --git a/NEWS b/NEWS index 3791448b8..18f23bba9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +linphone-3.9.1 -- November 16th, 2015 + * Fix crash when recording video calls with the VP8 codec + * Fix H.264 codec support in Mac OS X package + * Fix translation of account assistant + * Bug fixes + linphone-3.9.0 -- November 2nd, 2015 * Video recording of calls in MKV format * Clickable URLs in chat view diff --git a/configure.ac b/configure.ac index 206164d0a..61640db96 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.9.0],[linphone-developers@nongnu.org]) +AC_INIT([linphone],[3.9.1],[linphone-developers@nongnu.org]) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([coreapi/linphonecore.c]) diff --git a/tools/python/doc/source/conf.py b/tools/python/doc/source/conf.py index 0ff2994cd..f3ecde103 100644 --- a/tools/python/doc/source/conf.py +++ b/tools/python/doc/source/conf.py @@ -55,7 +55,7 @@ copyright = u'2014, Belledonne Communications' # The short X.Y version. version = '3.9' # The full version, including alpha/beta/rc tags. -release = '3.9.0' +release = '3.9.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.