summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan2013-01-08 12:38:08 -0800
committerJohnathan Corgan2013-01-08 12:38:08 -0800
commit3abf4a11534d0db96e32830f629c8e34a8098798 (patch)
tree8add348dac7fc0f4e286e2b8cf5e059605643db3
parent607a6fa3f80e08298ce7b3ee74ffca1590c05164 (diff)
downloadgnuradio-3abf4a11534d0db96e32830f629c8e34a8098798.tar.gz
gnuradio-3abf4a11534d0db96e32830f629c8e34a8098798.tar.bz2
gnuradio-3abf4a11534d0db96e32830f629c8e34a8098798.zip
cmake: updated revision to 3.6.4git post-release
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 807b363f1..8f8adbb33 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,8 +41,8 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
# Set the version information here
set(VERSION_INFO_MAJOR_VERSION 3)
set(VERSION_INFO_API_COMPAT 6)
-set(VERSION_INFO_MINOR_VERSION 3)
-set(VERSION_INFO_MAINT_VERSION 0)
+set(VERSION_INFO_MINOR_VERSION 4)
+set(VERSION_INFO_MAINT_VERSION git)
include(GrVersion) #setup version info
# Append -O2 optimization flag for Debug builds