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 # Copyright (C) 2021 Contributors to the SLS Detector Package
cmake_minimum_required(VERSION 3.12) cmake_minimum_required(VERSION 3.12)
project(slsDetectorPackage) project(slsDetectorPackage)
set(PROJECT_VERSION 7.0.0) set(PROJECT_VERSION 7.0.1)
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG") set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG")

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: LGPL-3.0-or-other // SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package // Copyright (C) 2021 Contributors to the SLS Detector Package
/** API versions */ /** API versions */
#define RELEASE "7.0.0" #define RELEASE "7.0.1"
#define APICTB "7.0.0 0x230222" #define APICTB "7.0.0 0x230222"
#define APIGOTTHARD "7.0.0 0x230222" #define APIGOTTHARD "7.0.0 0x230222"
#define APIGOTTHARD2 "7.0.0 0x230222" #define APIGOTTHARD2 "7.0.0 0x230222"
@ -9,5 +9,5 @@
#define APIMYTHEN3 "7.0.0 0x230222" #define APIMYTHEN3 "7.0.0 0x230222"
#define APIMOENCH "7.0.0 0x230222" #define APIMOENCH "7.0.0 0x230222"
#define APIEIGER "7.0.0 0x230222" #define APIEIGER "7.0.0 0x230222"
#define APILIB "7.0.0 0x230223"
#define APIRECEIVER "7.0.0 0x230222" #define APIRECEIVER "7.0.0 0x230222"
#define APILIB "7.0.1 0x230323"