diff --git a/CMakeLists.txt b/CMakeLists.txt index d14d0b700..a86815c94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ ############################################################################ cmake_minimum_required(VERSION 3.0) -project(linphone VERSION 3.10.0 LANGUAGES C CXX) +project(linphone VERSION 3.10.2 LANGUAGES C CXX) set(LINPHONE_MAJOR_VERSION ${PROJECT_VERSION_MAJOR}) diff --git a/NEWS b/NEWS index 8865e1034..0d5eb29eb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ -linphone-3.10.0 -- August 8th, 2016 +linphone-3.10.2 -- August 30th, 2016 + * Fixing linphone python version compilation - fixing vcards + +inphone-3.10.0 -- August 8th, 2016 * Adding lime_experimental_feature : set to 1 in .linphonerc [GtkUi] to show the Lime menu in the graphical user interface. Caution : Experimental. * Video conference support through a conference server (SDK only) diff --git a/configure.ac b/configure.ac index dbf08f1c4..d0300a8e2 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.10.0],[linphone-developers@nongnu.org]) +AC_INIT([linphone],[3.10.2],[linphone-developers@nongnu.org]) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([coreapi/linphonecore.c])