summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-08-30 09:22:17 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-08-30 09:22:17 -0700
commitf0ef129c4be41f704c3fe1076632a2898e5de7a8 (patch)
tree0b2df9b295fbd5f27a657c4dc5716f502291d29c
parentfind USB on all platforms (diff)
downloadgnuradio-f0ef129c4be41f704c3fe1076632a2898e5de7a8.tar.xz
gnuradio-f0ef129c4be41f704c3fe1076632a2898e5de7a8.zip
Updated to revision 3.7.4.1 for release.v3.7.4.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7dccad01d..370191353 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 4)
-set(VERSION_INFO_MAINT_VERSION 0)
+set(VERSION_INFO_MAINT_VERSION 1)
include(GrVersion) #setup version info
# Append -O2 optimization flag for Debug builds