Update version to 3.9.1.

This commit is contained in:
Ghislain MARY 2015-11-16 10:52:25 +01:00
parent 360fd135b8
commit 52be142af2
4 changed files with 9 additions and 3 deletions

View file

@ -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")

6
NEWS
View file

@ -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

View file

@ -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])

View file

@ -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.