Increment version number to 3.10.2 to avoid problems with tag misuse 3.10.1

This commit is contained in:
Sandrine Avakian 2016-08-30 14:59:16 +02:00
parent 761c27d875
commit 045224cd91
3 changed files with 6 additions and 3 deletions

View file

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

5
NEWS
View file

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

View file

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