forked from mirrors/linphone-iphone
Update version to 3.9.0.
This commit is contained in:
parent
7de3359056
commit
731d4509de
4 changed files with 16 additions and 7 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
9
NEWS
9
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue