mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
Update version to 3.9.1.
This commit is contained in:
parent
360fd135b8
commit
52be142af2
4 changed files with 9 additions and 3 deletions
|
|
@ -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
6
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
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue