This commit is contained in:
François Grisez 2017-03-02 14:55:12 +01:00
parent f2f86daf1d
commit e28e14d4bd
3 changed files with 5 additions and 2 deletions

View file

@ -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
View file

@ -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.

View file

@ -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])