diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-09 17:18:06 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-09 17:18:06 +0200 |
commit | 2806b069f6dd95588e31c4357548bd44a6940607 (patch) | |
tree | c03bec5777762d00b8b1d502201e5be8aedbba86 /CMakeLists.txt | |
parent | 1d4501adf6da8f55dea85c0389b911b24e722620 (diff) | |
parent | ee1e7fe6c4d101569d045bcc8b99d7f0779f7e96 (diff) | |
download | ouroboros-2806b069f6dd95588e31c4357548bd44a6940607.tar.gz ouroboros-2806b069f6dd95588e31c4357548bd44a6940607.zip |
Merge branch 'testing' into be
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a42813cb..badfd4b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(GNUInstallDirs) set(PACKAGE_VERSION_MAJOR 0) set(PACKAGE_VERSION_MINOR 12) -set(PACKAGE_VERSION_PATCH 1) +set(PACKAGE_VERSION_PATCH 2) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") set(PACKAGE_DESCRIPTION "The Ouroboros prototype") |