New bugfix release: 4.5.2
[alexxy/gromacs.git] / CMakeLists.txt
index d14affe70d35c7d234fa74fd96ef663b4955b192..7701d43b265edb6ad0c1f54ff182c086f59b0803 100644 (file)
@@ -12,7 +12,7 @@ mark_as_advanced(DART_ROOT)
 # machine with no git. 
 #
 # NOTE: when releasing the "-dev" suffix needs to be stripped off!
-set(PROJECT_VERSION "4.5.1-dev")
+set(PROJECT_VERSION "4.5.2")
 set(CUSTOM_VERSION_STRING ""
     CACHE STRING "Custom version string (if empty, use hard-coded default)")
 mark_as_advanced(CUSTOM_VERSION_STRING)
@@ -23,7 +23,7 @@ set(SOVERSION 6)
 # It is a bit irritating, but this has to be set separately for now!
 SET(CPACK_PACKAGE_VERSION_MAJOR "4")
 SET(CPACK_PACKAGE_VERSION_MINOR "5")
-SET(CPACK_PACKAGE_VERSION_PATCH "1")
+SET(CPACK_PACKAGE_VERSION_PATCH "2")
 
 
 # Cmake modules/macros are in a subdirectory to keep this file cleaner