Skip to content

Commit

Permalink
Reconcile project version with tagged releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
eirrgang committed Aug 12, 2022
1 parent 2f187f9 commit 2630a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2630a2a

Please sign in to comment.