updated versioning in developer (#1293)

This commit is contained in:
2025-09-09 17:26:18 +02:00
committed by GitHub
parent be3749f493
commit 3387e22796
9 changed files with 9 additions and 10 deletions

View File

@@ -1 +0,0 @@
../slsDetectorServers/gotthardDetectorServer/bin/gotthardDetectorServer_developer

View File

@@ -1,12 +1,12 @@
// 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 APILIB "0.0.0 0x250805" #define APILIB "0.0.0 0x250909"
#define APIRECEIVER "0.0.0 0x250807" #define APIRECEIVER "0.0.0 0x250822"
#define APICTB "0.0.0 0x250829" #define APICTB "0.0.0 0x250909"
#define APIGOTTHARD2 "0.0.0 0x250829" #define APIGOTTHARD2 "0.0.0 0x250909"
#define APIMOENCH "0.0.0 0x250829" #define APIMOENCH "0.0.0 0x250909"
#define APIEIGER "0.0.0 0x250829" #define APIEIGER "0.0.0 0x250909"
#define APIXILINXCTB "0.0.0 0x250829" #define APIXILINXCTB "0.0.0 0x250909"
#define APIJUNGFRAU "0.0.0 0x250829" #define APIJUNGFRAU "0.0.0 0x250909"
#define APIMYTHEN3 "0.0.0 0x250829" #define APIMYTHEN3 "0.0.0 0x250909"