updated client, receiver and server versions to 7.0.0.rc1

This commit is contained in:
maliakal_d 2022-12-08 09:15:50 +01:00
parent 9154478702
commit f3f83de690
8 changed files with 10 additions and 10 deletions

View File

@ -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 "developer"
#define APILIB "developer 0x221108"
#define APIRECEIVER "developer 0x221108"
#define APICTB "developer 0x221207"
#define APIGOTTHARD "developer 0x221207"
#define APIGOTTHARD2 "developer 0x221207"
#define APIJUNGFRAU "developer 0x221207"
#define APIMYTHEN3 "developer 0x221207"
#define APIMOENCH "developer 0x221207"
#define APIEIGER "developer 0x221207"
#define RELEASE "7.0.0.rc1"
#define APILIB "7.0.0.rc1 0x221208"
#define APIRECEIVER "7.0.0.rc1 0x221208"
#define APICTB "7.0.0.rc1 0x221208"
#define APIGOTTHARD "7.0.0.rc1 0x221208"
#define APIGOTTHARD2 "7.0.0.rc1 0x221208"
#define APIJUNGFRAU "7.0.0.rc1 0x221208"
#define APIMYTHEN3 "7.0.0.rc1 0x221208"
#define APIMOENCH "7.0.0.rc1 0x221208"
#define APIEIGER "7.0.0.rc1 0x221208"