summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vrijders <sander@ouroboros.rocks>2021-09-11 12:32:34 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2021-09-11 12:41:20 +0200
commit8a49b3329f3786d9232ddcdce05414b0ccb4fcad (patch)
treed7fd30748640fae38c51460c3a639dd8481acac0
parent7970ec11b57df84d39a8fe3f9955e1f189c2bdf3 (diff)
downloadouroboros-8a49b3329f3786d9232ddcdce05414b0ccb4fcad.tar.gz
ouroboros-8a49b3329f3786d9232ddcdce05414b0ccb4fcad.zip
build: Bump patch level version number0.18.3
The last couple of commits fix compilation on OS X. So bumping the patchlevel makes sense to fix compilation for the master branch as well. Signed-off-by: Sander Vrijders <sander@ouroboros.rocks> Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 266b7ef3..e7182396 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ include(GNUInstallDirs)
set(PACKAGE_VERSION_MAJOR 0)
set(PACKAGE_VERSION_MINOR 18)
-set(PACKAGE_VERSION_PATCH 2)
+set(PACKAGE_VERSION_PATCH 3)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")