From e28e14d4bd4a5f1ed118048b8740dae3461108c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 2 Mar 2017 14:55:12 +0100 Subject: [PATCH] v3.11.1 --- CMakeLists.txt | 2 +- NEWS | 3 +++ configure.ac | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f35a76a2..271cde7b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/NEWS b/NEWS index 6d66c3692..2ec197b39 100644 --- a/NEWS +++ b/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. diff --git a/configure.ac b/configure.ac index 410a1fc31..b80fe16eb 100644 --- a/configure.ac +++ b/configure.ac @@ -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])