-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
9 additions
and
22 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+425 KB
slsDetectorServers/eigerDetectorServer/bin/eigerDetectorServer_developer
Binary file not shown.
Binary file added
BIN
+275 KB
slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServer_developer
Binary file not shown.
Binary file added
BIN
+265 KB
slsDetectorServers/gotthardDetectorServer/bin/gotthardDetectorServer_developer
Binary file not shown.
Binary file added
BIN
+296 KB
slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServer_developer
Binary file not shown.
Binary file added
BIN
+294 KB
slsDetectorServers/moenchDetectorServer/bin/moenchDetectorServer_developer
Binary file not shown.
Binary file added
BIN
+285 KB
slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServer_developer
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,13 @@ | ||
// SPDX-License-Identifier: LGPL-3.0-or-other | ||
// Copyright (C) 2021 Contributors to the SLS Detector Package | ||
/** API versions */ | ||
<<<<<<< HEAD | ||
#define RELEASE "developer" | ||
#define APILIB "developer 0x221213" | ||
#define APIRECEIVER "developer 0x221213" | ||
#define APICTB "developer 0x221213" | ||
#define APIGOTTHARD2 "developer 0x221213" | ||
#define APIJUNGFRAU "developer 0x221213" | ||
#define APIEIGER "developer 0x221215" | ||
#define APIMOENCH "developer 0x221215" | ||
#define APIGOTTHARD "developer 0x230117" | ||
#define APIMYTHEN3 "developer 0x230117" | ||
======= | ||
#define RELEASE "7.0.0" | ||
#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" | ||
>>>>>>> 7.0.0.rc | ||
#define APICTB "developer 0x230224" | ||
#define APIGOTTHARD "developer 0x230224" | ||
#define APIGOTTHARD2 "developer 0x230224" | ||
#define APIJUNGFRAU "developer 0x230224" | ||
#define APIMYTHEN3 "developer 0x230224" | ||
#define APIMOENCH "developer 0x230224" | ||
#define APIEIGER "developer 0x230224" | ||
#define APILIB "developer 0x230224" | ||
#define APIRECEIVER "developer 0x230224" |