mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
v3.11.1
This commit is contained in:
parent
f2f86daf1d
commit
e28e14d4bd
3 changed files with 5 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
############################################################################
|
||||
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(linphone VERSION 3.11.0 LANGUAGES C CXX)
|
||||
project(linphone VERSION 3.11.1 LANGUAGES C CXX)
|
||||
|
||||
|
||||
set(LINPHONE_MAJOR_VERSION ${PROJECT_VERSION_MAJOR})
|
||||
|
|
|
|||
3
NEWS
3
NEWS
|
|
@ -1,3 +1,6 @@
|
|||
linphone-3.11.1 -- March 2nd, 2017
|
||||
* Bugfix in Autotools scripts
|
||||
|
||||
linphone-3.11.0 -- February 24th, 2017
|
||||
* Security vulnerability fix concering TLS. The common name of certificats
|
||||
delivered by SIP proxies were not compared with their hostname.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_INIT([linphone],[3.11.0],[linphone-developers@nongnu.org])
|
||||
AC_INIT([linphone],[3.11.1],[linphone-developers@nongnu.org])
|
||||
AC_CANONICAL_SYSTEM
|
||||
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue