From 77f75aaa6f5a0c14714840615ee601f02eef2875 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Tue, 17 Jan 2017 00:36:03 -0600 Subject: [PATCH] Bumping version number to 7.6.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af88e117..7d6fd662 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -317,7 +317,7 @@ add_executable (qt_system rai/qt_system/entry.cpp) set (CPACK_PACKAGE_VERSION_MAJOR "7") -set (CPACK_PACKAGE_VERSION_MINOR "5") +set (CPACK_PACKAGE_VERSION_MINOR "6") set (CPACK_PACKAGE_VERSION_PATCH "0") SET (ACTIVE_NETWORK rai_active_network CACHE STRING "Selects which network parameters are used")