Skip to content

Commit

Permalink
updating client version, release version and project_version in CMake…
Browse files Browse the repository at this point in the history
…Lists.txt
  • Loading branch information
thattil committed Mar 23, 2023
1 parent 87d6e16 commit 378fc30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
4 changes: 2 additions & 2 deletions slsSupportLib/include/sls/versionAPI.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// 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"
#define APIJUNGFRAU "7.0.0 0x230222"
#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"

0 comments on commit 378fc30

Please sign in to comment.