Bumping revision to 5.0.2, successfully tested release script on server to publish version 5.0.1.

This commit is contained in:
Jorrit Wronski
2014-12-03 11:58:08 +01:00
parent 494eca3253
commit f8aae66ed3

View File

@@ -29,7 +29,7 @@ project(${project_name})
# Project version
set (COOLPROP_VERSION_MAJOR 5)
set (COOLPROP_VERSION_MINOR 0)
set (COOLPROP_VERSION_PATCH 1)
set (COOLPROP_VERSION_PATCH 2)
set (COOLPROP_VERSION ${COOLPROP_VERSION_MAJOR}.${COOLPROP_VERSION_MINOR}.${COOLPROP_VERSION_PATCH})
#######################################