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)