From 11f2428e8daa58c1058b7350ad8aa956a1f14b5e Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Fri, 26 Aug 2016 15:22:06 +0200 Subject: [PATCH] Removed the erroneous tag, correcting tag misuse in CMakelists. --- 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})