Revert "version python 3.10.1"

This reverts commit 28ced75b42.
This commit is contained in:
Sandrine Avakian 2016-08-25 10:02:03 +02:00
parent 28ced75b42
commit 9ccb8e078b
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.1 LANGUAGES C CXX)
project(linphone VERSION 3.10.0 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.1],[linphone-developers@nongnu.org])
AC_INIT([linphone],[3.10.0],[linphone-developers@nongnu.org])
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])