Skip to content

Commit

Permalink
Bump revision to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibell committed Apr 27, 2015
1 parent 389a8bc commit ba23ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -29,8 +29,8 @@ project(${project_name})
# Project version
set (COOLPROP_VERSION_MAJOR 5)
set (COOLPROP_VERSION_MINOR 1)
set (COOLPROP_VERSION_PATCH 0)
set (COOLPROP_VERSION_REVISION )
set (COOLPROP_VERSION_PATCH 1)
set (COOLPROP_VERSION_REVISION dev)
set (COOLPROP_VERSION "${COOLPROP_VERSION_MAJOR}.${COOLPROP_VERSION_MINOR}.${COOLPROP_VERSION_PATCH}${COOLPROP_VERSION_REVISION}")
message(STATUS "CoolProp version: ${COOLPROP_VERSION}")

Expand Down

0 comments on commit ba23ccb

Please sign in to comment.