diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-06 17:49:48 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-06 17:52:55 +0200 |
commit | d9ad3852613cda026d4520b5c608ada7433dd7d9 (patch) | |
tree | dd021d641bb3db74764d5da7971640935ac0a794 | |
parent | 0c1cfca084b0fc6a282f253d6e7c2dad6427de65 (diff) | |
download | ouroboros-d9ad3852613cda026d4520b5c608ada7433dd7d9.tar.gz ouroboros-d9ad3852613cda026d4520b5c608ada7433dd7d9.zip |
version: Ouroboros 0.120.12.0
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e51e2f4..bda0aff9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,8 @@ project(ouroboros C) include(GNUInstallDirs) set(PACKAGE_VERSION_MAJOR 0) -set(PACKAGE_VERSION_MINOR 11) -set(PACKAGE_VERSION_PATCH 12) +set(PACKAGE_VERSION_MINOR 12) +set(PACKAGE_VERSION_PATCH 0) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") set(PACKAGE_DESCRIPTION "The Ouroboros prototype") |