From 6bbad729db9f6ab459e218a561128f8189dcd25f Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Wed, 10 Aug 2016 14:24:21 +0200 Subject: [PATCH] Revert "Version 3.10.0" This reverts commit 602f480dd8136e2fa316fc96437561d42592a815. --- 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 d14d0b700..83180627a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,14 +21,14 @@ ############################################################################ cmake_minimum_required(VERSION 3.0) -project(linphone VERSION 3.10.0 LANGUAGES C CXX) +project(linphone VERSION 3.9.1 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 "9") +set(LINPHONE_SO_VERSION "8") 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 dbf08f1c4..377fb30a3 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.9.1],[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 eb9ba43bb..f3ecde103 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.10' +version = '3.9' # The full version, including alpha/beta/rc tags. -release = '3.10.0' +release = '3.9.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.