aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Long <willcode4@gmail.com>2022-01-15 13:57:02 -0500
committerJeff Long <willcode4@gmail.com>2022-01-15 13:58:16 -0500
commit3d4d9a4245b9e126d7119a7c81905c0d5423233b (patch)
tree7ed99129174dd10fbdf0fba86d79009a4a01434e
parentuhd: Initialize _overflow_count to zero (diff)
downloadgnuradio-3d4d9a4245b9e126d7119a7c81905c0d5423233b.tar.xz
gnuradio-3d4d9a4245b9e126d7119a7c81905c0d5423233b.zip
Set version to 3.11.0.gitv3.11.0.0git
Signed-off-by: Jeff Long <willcode4@gmail.com>
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d4067aa79..99fbeefd1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,9 +43,9 @@ include(GrComponent)
# Set the version information here
SET(VERSION_MAJOR 3)
-SET(VERSION_API 10)
+SET(VERSION_API 11)
SET(VERSION_ABI 0)
-SET(VERSION_PATCH 0)
+SET(VERSION_PATCH git)
include(GrVersion) #setup version info
#Set minimum version requirements