summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Long <willcode4@gmail.com>2022-03-31 20:53:05 -0400
committerJeff Long <willcode4@gmail.com>2022-03-31 20:53:05 -0400
commit5e014040bff9a32be8ce06746076378881134e8f (patch)
tree8b4c654235e9aa41692978dddf3733928dff99b7
parentqtgui: move grc_qt_example to examples dir (diff)
downloadgnuradio-5e014040bff9a32be8ce06746076378881134e8f.tar.xz
gnuradio-5e014040bff9a32be8ce06746076378881134e8f.zip
Release Candidate v3.9.6.0-rc1v3.9.6.0-rc1
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 678b9746b..7c7eaf1c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,8 +43,8 @@ include(GrComponent)
# Set the version information here
SET(VERSION_MAJOR 3)
SET(VERSION_API 9)
-SET(VERSION_ABI 5)
-SET(VERSION_PATCH git)
+SET(VERSION_ABI 6)
+SET(VERSION_PATCH 0-rc1)
include(GrVersion) #setup version info
# Minimum dependency versions for central dependencies: