From 67519175fcce3782fa955bda9bfef5c3acdff8f6 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 30 Aug 2016 09:57:25 +0200 Subject: [PATCH] fix git tags mess --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f14d88223..20901f42d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})