aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Long <willcode4@gmail.com>2024-04-22 15:21:35 -0400
committerJeff Long <willcode4@gmail.com>2024-04-22 15:21:35 -0400
commit0425a9c9b5b4934fdab89812bce315e2f47d9956 (patch)
treed3926513481513374861fbebe88b69551591e815
parentruntime/gnuradio-config-info: print unquoted path for userconfdir (diff)
downloadgnuradio-0425a9c9b5b4934fdab89812bce315e2f47d9956.tar.xz
gnuradio-0425a9c9b5b4934fdab89812bce315e2f47d9956.zip
Release v3.10.10.0v3.10.10.0maint-3.10
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 c82b6cb5c..ba2f421d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ include(GrComponent)
SET(VERSION_MAJOR 3)
SET(VERSION_API 10)
SET(VERSION_ABI 10)
-SET(VERSION_PATCH 0-rc1)
+SET(VERSION_PATCH 0)
include(GrVersion) #setup version info
# cmake-format: on