aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-05-28 20:23:28 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2013-05-28 20:23:28 +0200
commit9912dcd1e6686f7111549e50333148fde630949a (patch)
treedaaa646a29b087c896d597544f762238cf647afb /CMakeLists.txt
parenta19c9f84ff302258f33d2371d8b395d7ae43acd9 (diff)
update revision to 0.0.2git
for development of a gnuradio 3.7 version of the block
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8c1253..2fedb27 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,8 +36,8 @@ set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} CACHE STRING "")
# Set the version information here
set(VERSION_INFO_MAJOR_VERSION 0)
set(VERSION_INFO_API_COMPAT 0)
-set(VERSION_INFO_MINOR_VERSION 1)
-set(VERSION_INFO_MAINT_VERSION 0)
+set(VERSION_INFO_MINOR_VERSION 2)
+set(VERSION_INFO_MAINT_VERSION git)
include(GrVersion) #setup version info
########################################################################