From 5e9f01fb9c847237ac9997f1d7aed619213d721f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Wed, 11 Mar 2015 16:24:18 +0100 Subject: [PATCH] Increment version number --- CMakeLists.txt | 2 +- NEWS | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4398beffd..fad26da22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ project(LINPHONE C CXX) set(LINPHONE_MAJOR_VERSION "3") -set(LINPHONE_MINOR_VERSION "7") +set(LINPHONE_MINOR_VERSION "8") set(LINPHONE_MICRO_VERSION "0") set(LINPHONE_VERSION "${LINPHONE_MAJOR_VERSION}.${LINPHONE_MINOR_VERSION}.${LINPHONE_MICRO_VERSION}") set(LINPHONE_SO_VERSION "6") diff --git a/NEWS b/NEWS index acdbf2e45..8e40b72b6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -linphone-3.8.0 -- Date to be defined +linphone-3.8.0 -- March 11th, 2015 Application level improvements: * The video window has now controls in order to switch fullscreen mode and terminate call. * The out of call video preview feature (to test camera) is moved into the settings and is no longer linked to the in-call video preview feature. diff --git a/configure.ac b/configure.ac index e1e0268af..2cf276cd3 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.7.0],[linphone-developers@nongnu.org]) +AC_INIT([linphone],[3.8.0],[linphone-developers@nongnu.org]) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([coreapi/linphonecore.c])