summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Long <willcode4@gmail.com>2023-12-16 15:42:47 -0500
committerJeff Long <willcode4@gmail.com>2023-12-16 15:42:47 -0500
commit95ee4f4e92751dd330aa3576be3e224ebf1292e9 (patch)
tree7b5f77d7335910118a11704b975f5efaad91bdcd
parentfix gr_python_install (diff)
downloadgnuradio-95ee4f4e92751dd330aa3576be3e224ebf1292e9.tar.xz
gnuradio-95ee4f4e92751dd330aa3576be3e224ebf1292e9.zip
v3.10.9.0-rc1v3.10.9.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 6980c6e6d..22161705e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,8 +46,8 @@ include(GrComponent)
# cmake-format: off
SET(VERSION_MAJOR 3)
SET(VERSION_API 10)
-SET(VERSION_ABI 8)
-SET(VERSION_PATCH 0)
+SET(VERSION_ABI 9)
+SET(VERSION_PATCH 0-rc1)
include(GrVersion) #setup version info
# cmake-format: on