From 2630a2a9e85a6d68ece9e870dc04f8e258f1d8d7 Mon Sep 17 00:00:00 2001 From: "M. Eric Irrgang" Date: Fri, 12 Aug 2022 19:01:52 +0300 Subject: [PATCH] Reconcile project version with tagged releases. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f4c90c5e4..5046d9546f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9 CACHE STRING "OS X deployment target below 10.9 does not use C++11 standard library" FORCE) # Sets the PROJECT_VERSION variable, as well... -project(gmxpy VERSION 0.0.7.1) +project(gmxpy VERSION 0.0.7.5) # Only interpret if() arguments as variables or keywords when unquoted. cmake_policy(SET CMP0054 NEW)