diff --git a/CMakeLists.txt b/CMakeLists.txt index 7701e40e..af88e117 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -317,8 +317,8 @@ add_executable (qt_system rai/qt_system/entry.cpp) set (CPACK_PACKAGE_VERSION_MAJOR "7") -set (CPACK_PACKAGE_VERSION_MINOR "4") -set (CPACK_PACKAGE_VERSION_PATCH "9") +set (CPACK_PACKAGE_VERSION_MINOR "5") +set (CPACK_PACKAGE_VERSION_PATCH "0") SET (ACTIVE_NETWORK rai_active_network CACHE STRING "Selects which network parameters are used") set_property (CACHE ACTIVE_NETWORK PROPERTY STRINGS rai_test_network rai_beta_network rai_live_network)