version python 3.10.1

This commit is contained in:
Sandrine Avakian 2016-08-23 11:05:50 +02:00
parent 7442397cdf
commit 28ced75b42
2 changed files with 2 additions and 2 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.1 LANGUAGES C CXX)
set(LINPHONE_MAJOR_VERSION ${PROJECT_VERSION_MAJOR})

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.1],[linphone-developers@nongnu.org])
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])