summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2018-03-27 19:25:46 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-03-28 11:08:59 +0200
commit2e9665b5b5d1bb34e0db989acdda62d093c7745f (patch)
tree134adc6f6a9c16a8642f273a1f5cefe82626c934
parent2975db4c62d9fba5cecc265ce794c7371f835953 (diff)
downloadouroboros-2e9665b5b5d1bb34e0db989acdda62d093c7745f.tar.gz
ouroboros-2e9665b5b5d1bb34e0db989acdda62d093c7745f.zip
version: Ouroboros 0.110.11.0
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0bdcec48..1b667b3e 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 10)
-set(PACKAGE_VERSION_PATCH 7)
+set(PACKAGE_VERSION_MINOR 11)
+set(PACKAGE_VERSION_PATCH 0)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")