diff --git a/CMakeLists.txt b/CMakeLists.txt index 8774bd733a..84a3953053 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (C) 2021 Contributors to the SLS Detector Package cmake_minimum_required(VERSION 3.12) project(slsDetectorPackage) -set(PROJECT_VERSION 6.1.1) +set(PROJECT_VERSION 6.1.2) set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG")