summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-08-29 09:55:16 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-08-29 09:55:16 -0700
commit9720bd4baf13e1b52e3952d58bf04de21bc83dfa (patch)
treefe10e0f46cca9159e092c93d7fb587cf989eb4cf
parentMerge branch 'maint' (diff)
downloadgnuradio-3.7.1.tar.xz
gnuradio-3.7.1.zip
cmake: update revision to 3.7.1 for releasev3.7.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 625d83def..cf96d3e4b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
set(VERSION_INFO_MAJOR_VERSION 3)
set(VERSION_INFO_API_COMPAT 7)
set(VERSION_INFO_MINOR_VERSION 1)
-set(VERSION_INFO_MAINT_VERSION git)
+set(VERSION_INFO_MAINT_VERSION 0)
include(GrVersion) #setup version info
# Append -O2 optimization flag for Debug builds