diff options
author | Sander Vrijders <[email protected]> | 2021-09-11 12:32:34 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2021-09-11 12:41:20 +0200 |
commit | 8a49b3329f3786d9232ddcdce05414b0ccb4fcad (patch) | |
tree | d7fd30748640fae38c51460c3a639dd8481acac0 | |
parent | 7970ec11b57df84d39a8fe3f9955e1f189c2bdf3 (diff) | |
download | ouroboros-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 <[email protected]>
Signed-off-by: Dimitri Staessens <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
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") |