diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-01 09:48:07 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2020-01-02 15:07:36 +0100 |
commit | 435a91165a3c1f8ca715b22ee2c2361d9bd853dd (patch) | |
tree | 49ddad04b2d55b21ebb8738207c223bb49df5cf4 /CMakeLists.txt | |
parent | 4b306e40d86e50336753484f52e92c0adedb8759 (diff) | |
download | ouroboros-435a91165a3c1f8ca715b22ee2c2361d9bd853dd.tar.gz ouroboros-435a91165a3c1f8ca715b22ee2c2361d9bd853dd.zip |
build: Update copyright to 20200.16.0
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ff4292e..03608b04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ project(ouroboros C) include(GNUInstallDirs) set(PACKAGE_VERSION_MAJOR 0) -set(PACKAGE_VERSION_MINOR 15) -set(PACKAGE_VERSION_PATCH 2) +set(PACKAGE_VERSION_MINOR 16) +set(PACKAGE_VERSION_PATCH 0) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") set(PACKAGE_DESCRIPTION "The Ouroboros prototype") |