summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Long <willcode4@gmail.com>2024-01-01 06:35:35 -0500
committerJeff Long <willcode4@gmail.com>2024-01-01 06:35:35 -0500
commit9b4a0610b774552e1ea8aae4d00e656768635bf5 (patch)
treeca1854bb8f26f8ee916fc34933e55d4517b22344
parentRelease v3.10.9.1 (diff)
downloadgnuradio-9b4a0610b774552e1ea8aae4d00e656768635bf5.tar.xz
gnuradio-9b4a0610b774552e1ea8aae4d00e656768635bf5.zip
Set version to git.
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 b5975e18c..523a1c270 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 9)
-SET(VERSION_PATCH 1)
+SET(VERSION_ABI 10)
+SET(VERSION_PATCH git)
include(GrVersion) #setup version info
# cmake-format: on