From ccbd5732884a83c2078510f96263b72dfd6c9f0d Mon Sep 17 00:00:00 2001 From: bvonhall Date: Fri, 26 Jun 2020 09:17:23 +0200 Subject: [PATCH] v1.0.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e47f571dd..d05c8ffc54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ include(GNUInstallDirs) # ---- Project ---- project(QualityControl - VERSION 0.26.1 # TODO update this automatically when there are new releases + VERSION 1.0.0 # TODO update this automatically when there are new releases DESCRIPTION "O2 Data Quality Control Framework" LANGUAGES CXX)