mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00

* WIP, ctb * WIP, eiger * WIP, gotthard * WIP, jungfrau * WIP, gotthard2 * WIP, mythen3 * WIP, moench * fixed gotthard apiversioning mismatch with gotthard2
13 lines
320 B
C
13 lines
320 B
C
/** API versions */
|
|
#define GITBRANCH "developer"
|
|
#define APILIB 0x190723
|
|
#define APIRECEIVER 0x190722
|
|
#define APIGUI 0x190723
|
|
#define APIMOENCH 0x190820
|
|
#define APIEIGER 0x190826
|
|
#define APICTB 0x190826
|
|
#define APIJUNGFRAU 0x190826
|
|
#define APIMYTHEN3 0x190826
|
|
#define APIGOTTHARD 0x190826
|
|
#define APIGOTTHARD2 0x190826
|