diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ee614911..062ee70b1 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 7.0.0) +set(PROJECT_VERSION 7.0.1) set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG") diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index 5e0447e34..026fb4da8 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -1,7 +1,7 @@ // SPDX-License-Identifier: LGPL-3.0-or-other // Copyright (C) 2021 Contributors to the SLS Detector Package /** API versions */ -#define RELEASE "7.0.0" +#define RELEASE "7.0.1" #define APICTB "7.0.0 0x230222" #define APIGOTTHARD "7.0.0 0x230222" #define APIGOTTHARD2 "7.0.0 0x230222" @@ -9,5 +9,5 @@ #define APIMYTHEN3 "7.0.0 0x230222" #define APIMOENCH "7.0.0 0x230222" #define APIEIGER "7.0.0 0x230222" -#define APILIB "7.0.0 0x230223" #define APIRECEIVER "7.0.0 0x230222" +#define APILIB "7.0.1 0x230323"