diff options
author | Johnathan Corgan | 2012-09-05 10:31:51 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-09-05 10:31:51 -0700 |
commit | 9efeb1c58201858b7b2e678294707ae0db20f002 (patch) | |
tree | 0ed0cfe0733b76ad3e9d2439974551e5a17e5b8a /CMakeLists.txt | |
parent | c5ddf4c26bf8bc049622b2e9ffcdcdba3265b580 (diff) | |
parent | a4e2e8a9a2c8a6bbd6d676a17b0e2732e11af09f (diff) | |
download | gnuradio-9efeb1c58201858b7b2e678294707ae0db20f002.tar.gz gnuradio-9efeb1c58201858b7b2e678294707ae0db20f002.tar.bz2 gnuradio-9efeb1c58201858b7b2e678294707ae0db20f002.zip |
Merge branch 'master' into wip/gr-blocks-master
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e3cf8685..6bc05345e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ 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 2) +set(VERSION_INFO_MINOR_VERSION 3) set(VERSION_INFO_MAINT_VERSION git) include(GrVersion) #setup version info |