Merge tag '3.8.4'

3.8.4
This commit is contained in:
François Grisez 2015-06-09 15:38:44 +02:00
commit cac04a5a94
3 changed files with 8 additions and 2 deletions

View file

@ -26,7 +26,7 @@ project(LINPHONE C CXX)
set(LINPHONE_MAJOR_VERSION "3")
set(LINPHONE_MINOR_VERSION "8")
set(LINPHONE_MICRO_VERSION "2")
set(LINPHONE_MICRO_VERSION "4")
set(LINPHONE_VERSION "${LINPHONE_MAJOR_VERSION}.${LINPHONE_MINOR_VERSION}.${LINPHONE_MICRO_VERSION}")
set(LINPHONE_SO_VERSION "7")

6
NEWS
View file

@ -1,3 +1,9 @@
linphone-3.8.4 -- June 9th, 2015
* Add a built-in XMLRPC client. Linphone does not depend on libsoup anymore
linphone-3.8.3 -- June 4th, 2015
* Fix status icons on all platforms (Windows, MacOS, non-KDE Linux desktop environment)
linphone-3.8.2 -- May 7th, 2015
Application level improvements:
* add support of the StatusNotifierItem standard to display a status icon on KDE5

View file

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([linphone],[3.8.2],[linphone-developers@nongnu.org])
AC_INIT([linphone],[3.8.4],[linphone-developers@nongnu.org])
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])