Skip to content

Commit 2630a2a

Browse files
committed
Reconcile project version with tagged releases.
1 parent 2f187f9 commit 2630a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
88
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9 CACHE STRING "OS X deployment target below 10.9 does not use C++11 standard library" FORCE)
99

1010
# Sets the PROJECT_VERSION variable, as well...
11-
project(gmxpy VERSION 0.0.7.1)
11+
project(gmxpy VERSION 0.0.7.5)
1212

1313
# Only interpret if() arguments as variables or keywords when unquoted.
1414
cmake_policy(SET CMP0054 NEW)

0 commit comments

Comments
 (0)