From d43c04ed6cdb0e8e79fb4128bc3421f9eed1028e Mon Sep 17 00:00:00 2001 From: Wildemann Stefan Date: Fri, 31 Aug 2018 12:59:07 +0200 Subject: Update Cmake NAVIT_VERSION_PATCH for release 0.5.2 Navi version shown in internal GUI is created by patching in cmake PACKAGE_VERSION to the translation .po files. Increase NAVIT_VERSION_PATCH to 2 in order to make this show 0.5.2 as well. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4248d223c..29e806038 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif(NOT DISABLE_CXX) cmake_minimum_required(VERSION 2.6 FATAL_ERROR) set(NAVIT_VERSION_MAJOR "0") set(NAVIT_VERSION_MINOR "5") -set(NAVIT_VERSION_PATCH "1") +set(NAVIT_VERSION_PATCH "2") set(PACKAGE_VERSION "${NAVIT_VERSION_MAJOR}.${NAVIT_VERSION_MINOR}.${NAVIT_VERSION_PATCH}") set(PACKAGE_NAME "navit-git") @@ -682,7 +682,7 @@ if (HAS_IFADDRS) endif(HAS_IFADDRS) if(ANDROID) - message(STATUS "Using generator "${CMAKE_GENERATOR}) + message(STATUS "Using generator " ${CMAKE_GENERATOR}) if (NOT ${CMAKE_GENERATOR} STREQUAL Ninja) find_program(ANDROID_LOCATION NAMES android android.bat) find_program(ANT_LOCATION NAMES ant) -- cgit v1.2.1 From caf883001794751ec1e2d913edd9822605390dda Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Fri, 31 Aug 2018 15:06:24 -0700 Subject: Update Patch version for release 0.5.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 29e806038..896a52ae6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif(NOT DISABLE_CXX) cmake_minimum_required(VERSION 2.6 FATAL_ERROR) set(NAVIT_VERSION_MAJOR "0") set(NAVIT_VERSION_MINOR "5") -set(NAVIT_VERSION_PATCH "2") +set(NAVIT_VERSION_PATCH "3") set(PACKAGE_VERSION "${NAVIT_VERSION_MAJOR}.${NAVIT_VERSION_MINOR}.${NAVIT_VERSION_PATCH}") set(PACKAGE_NAME "navit-git") -- cgit v1.2.1