We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f187f9 commit 2630a2aCopy full SHA for 2630a2a
CMakeLists.txt
@@ -8,7 +8,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
8
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9 CACHE STRING "OS X deployment target below 10.9 does not use C++11 standard library" FORCE)
9
10
# Sets the PROJECT_VERSION variable, as well...
11
-project(gmxpy VERSION 0.0.7.1)
+project(gmxpy VERSION 0.0.7.5)
12
13
# Only interpret if() arguments as variables or keywords when unquoted.
14
cmake_policy(SET CMP0054 NEW)
0 commit comments