From 70b909f8309679a2f50ee5d971ab463c971bf96c Mon Sep 17 00:00:00 2001 From: knopers8 Date: Wed, 16 Sep 2020 13:38:29 +0200 Subject: [PATCH] v1.1.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6ce070cf1..390afa593e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ include(GNUInstallDirs) # ---- Project ---- project(QualityControl - VERSION 1.1.2 # TODO update this automatically when there are new releases + VERSION 1.1.3 # TODO update this automatically when there are new releases DESCRIPTION "O2 Data Quality Control Framework" LANGUAGES CXX)