From 6771f2f60a24ccba65b317cc7a27f65dc784c378 Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Thu, 11 Aug 2016 11:37:18 +0200 Subject: [PATCH] Revert "Revert "Version 3.10.0"" This reverts commit 6bbad729db9f6ab459e218a561128f8189dcd25f. --- CMakeLists.txt | 4 ++-- configure.ac | 2 +- tools/python/doc/source/conf.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83180627a..d14d0b700 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,14 +21,14 @@ ############################################################################ cmake_minimum_required(VERSION 3.0) -project(linphone VERSION 3.9.1 LANGUAGES C CXX) +project(linphone VERSION 3.10.0 LANGUAGES C CXX) set(LINPHONE_MAJOR_VERSION ${PROJECT_VERSION_MAJOR}) set(LINPHONE_MINOR_VERSION ${PROJECT_VERSION_MINOR}) set(LINPHONE_MICRO_VERSION ${PROJECT_VERSION_PATCH}) set(LINPHONE_VERSION ${PROJECT_VERSION}) -set(LINPHONE_SO_VERSION "8") +set(LINPHONE_SO_VERSION "9") file(GLOB LINPHONE_PO_FILES RELATIVE "${CMAKE_CURRENT_LIST_DIR}/po" "${CMAKE_CURRENT_LIST_DIR}/po/*.po") string(REGEX REPLACE "([a-zA-Z_]+)\\.po" "\\1" LINPHONE_ALL_LANGS_LIST "${LINPHONE_PO_FILES}") diff --git a/configure.ac b/configure.ac index 377fb30a3..dbf08f1c4 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.9.1],[linphone-developers@nongnu.org]) +AC_INIT([linphone],[3.10.0],[linphone-developers@nongnu.org]) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([coreapi/linphonecore.c]) diff --git a/tools/python/doc/source/conf.py b/tools/python/doc/source/conf.py index f3ecde103..eb9ba43bb 100644 --- a/tools/python/doc/source/conf.py +++ b/tools/python/doc/source/conf.py @@ -53,9 +53,9 @@ copyright = u'2014, Belledonne Communications' # built documents. # # The short X.Y version. -version = '3.9' +version = '3.10' # The full version, including alpha/beta/rc tags. -release = '3.9.1' +release = '3.10.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.