From 74fd021a47989e543e217c9f00c5a3b7bdd7e03b Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Fri, 21 Jul 2017 09:36:30 +0200 Subject: [PATCH] update version in CmakeLists.txt --- CMakeLists.txt | 2 +- NEWS | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 546be9a11..02aa98e05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ ############################################################################ cmake_minimum_required(VERSION 3.0) -project(linphone VERSION 3.11.2 LANGUAGES C CXX) +project(linphone VERSION 3.12.0 LANGUAGES C CXX) set(LINPHONE_MAJOR_VERSION ${PROJECT_VERSION_MAJOR}) diff --git a/NEWS b/NEWS index 2ec197b39..8da41a5d5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +linphone-3.12.0 -- July 21st, 2017 + * C++ and C# wrappers. + * Account Creator plugin API. + * Xamarin support. + linphone-3.11.1 -- March 2nd, 2017 * Bugfix in Autotools scripts