From e9d77db04326f34b87e60ae3c5621cfa7f9f2834 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Thu, 21 Apr 2016 23:46:51 -0500 Subject: [PATCH] Bumping version number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 527a46ec..bf890839 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -318,7 +318,7 @@ add_executable (qt_system set (CPACK_PACKAGE_VERSION_MAJOR "7") set (CPACK_PACKAGE_VERSION_MINOR "4") -set (CPACK_PACKAGE_VERSION_PATCH "4") +set (CPACK_PACKAGE_VERSION_PATCH "5") 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)