updating client version, release version and project_version in CMakeLists.txt

This commit is contained in:
2023-03-23 15:43:17 +01:00
parent 87d6e16090
commit 378fc301b8
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2021 Contributors to the SLS Detector Package
cmake_minimum_required(VERSION 3.12)
project(slsDetectorPackage)
set(PROJECT_VERSION 7.0.0)
set(PROJECT_VERSION 7.0.1)
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG")