summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Long <willcode4@gmail.com>2024-01-01 06:27:09 -0500
committerJeff Long <willcode4@gmail.com>2024-01-01 06:27:09 -0500
commite0711ad64f293161f9d1ce52b4817e070b604bc0 (patch)
treead8b6ab1f5690df1e5d2cf00b00d759b6d241627
parentgrc: make node states consistant (diff)
downloadgnuradio-e0711ad64f293161f9d1ce52b4817e070b604bc0.tar.xz
gnuradio-e0711ad64f293161f9d1ce52b4817e070b604bc0.zip
Release v3.10.9.1v3.10.9.1
3.10.9.0 was short-lived because I tagged it without updating the version number in CMakeLists.txt Signed-off-by: Jeff Long <willcode4@gmail.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2710902e..b5975e18c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ include(GrComponent)
SET(VERSION_MAJOR 3)
SET(VERSION_API 10)
SET(VERSION_ABI 9)
-SET(VERSION_PATCH 0-rc2)
+SET(VERSION_PATCH 1)
include(GrVersion) #setup version info
# cmake-format: on