summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vrijders <sander@ouroboros.rocks>2025-11-07 08:39:02 +0100
committerSander Vrijders <sander@ouroboros.rocks>2025-11-07 08:39:02 +0100
commitc97f9243e4843a446b16789a9ebcb07b3787a505 (patch)
tree0673bd4a1c5a4153b3a4ca398600a59b795be3c4
parentfdaef7a50cfc7342b99577cec124f1a93c003bdd (diff)
downloadouroboros-c97f9243e4843a446b16789a9ebcb07b3787a505.tar.gz
ouroboros-c97f9243e4843a446b16789a9ebcb07b3787a505.zip
build: Set version to 0.22.0HEAD0.22.0testingmasterbe
Version 0.22.0 is the next Ouroboros version. Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b5632ad9..d4a00708 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,8 +8,8 @@ project(ouroboros C)
include(GNUInstallDirs)
set(PACKAGE_VERSION_MAJOR 0)
-set(PACKAGE_VERSION_MINOR 21)
-set(PACKAGE_VERSION_PATCH 4)
+set(PACKAGE_VERSION_MINOR 22)
+set(PACKAGE_VERSION_PATCH 0)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")