mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 18:29:29 +00:00
Minor release v3.8.2
This commit is contained in:
parent
a115563dbc
commit
699f088acd
5 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ project(LINPHONE C CXX)
|
|||
|
||||
set(LINPHONE_MAJOR_VERSION "3")
|
||||
set(LINPHONE_MINOR_VERSION "8")
|
||||
set(LINPHONE_MICRO_VERSION "1")
|
||||
set(LINPHONE_MICRO_VERSION "2")
|
||||
set(LINPHONE_VERSION "${LINPHONE_MAJOR_VERSION}.${LINPHONE_MINOR_VERSION}.${LINPHONE_MICRO_VERSION}")
|
||||
set(LINPHONE_SO_VERSION "7")
|
||||
|
||||
|
|
|
|||
2
NEWS
2
NEWS
|
|
@ -1,4 +1,4 @@
|
|||
linphone-3.8.2 -- Aril 30th, 2015
|
||||
linphone-3.8.2 -- May 7th, 2015
|
||||
Application level improvements:
|
||||
* add support of the StatusNotifierItem standard to display a status icon on KDE5
|
||||
* auto-answering can be set through the preferences panel
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_INIT([linphone],[3.8.1],[linphone-developers@nongnu.org])
|
||||
AC_INIT([linphone],[3.8.2],[linphone-developers@nongnu.org])
|
||||
AC_CANONICAL_SYSTEM
|
||||
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 82b3f80d3171c1fbcda07d5199b3a74849ad9105
|
||||
Subproject commit 9c57afef0d3332715b701ec161b0598fe4246b53
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 01491a5437b5328349428aa18e38253f399addf2
|
||||
Subproject commit 15476b915d35e91f3bad92b5e7d1bc4073c50603
|
||||
Loading…
Add table
Reference in a new issue