mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Increment version number to 3.10.2 to avoid problems with tag misuse 3.10.1
This commit is contained in:
parent
761c27d875
commit
045224cd91
3 changed files with 6 additions and 3 deletions
|
|
@ -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
5
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)
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue