diff options
author | Sander Vrijders <sander@ouroboros.rocks> | 2019-03-18 10:59:31 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2019-03-18 11:09:32 +0100 |
commit | d90baa0a3e74f768079bff0bf09972c6ad721988 (patch) | |
tree | d3e4aeb32eca149109240960c0b0573cb7609f3d | |
parent | 33c6b76a80189dd92f0fa2d579b1a0b9ca69127c (diff) | |
download | ouroboros-d90baa0a3e74f768079bff0bf09972c6ad721988.tar.gz ouroboros-d90baa0a3e74f768079bff0bf09972c6ad721988.zip |
version: Ouroboros 0.15.00.15.0
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e5271555..1483dd76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project(ouroboros C) include(GNUInstallDirs) set(PACKAGE_VERSION_MAJOR 0) -set(PACKAGE_VERSION_MINOR 14) +set(PACKAGE_VERSION_MINOR 15) set(PACKAGE_VERSION_PATCH 0) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") |