diff options
| author | Sander Vrijders <sander@ouroboros.rocks> | 2025-11-07 08:39:02 +0100 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2025-11-07 08:39:02 +0100 |
| commit | c97f9243e4843a446b16789a9ebcb07b3787a505 (patch) | |
| tree | 0673bd4a1c5a4153b3a4ca398600a59b795be3c4 | |
| parent | fdaef7a50cfc7342b99577cec124f1a93c003bdd (diff) | |
| download | ouroboros-c97f9243e4843a446b16789a9ebcb07b3787a505.tar.gz ouroboros-c97f9243e4843a446b16789a9ebcb07b3787a505.zip | |
Version 0.22.0 is the next Ouroboros version.
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
| -rw-r--r-- | CMakeLists.txt | 4 |
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") |
