mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00

* bumped pybind11 version and added setuptools on host * updated pybind11 tarball to 2.13 and in cmakefile to get 2.13 frpm github, also updated documentation about pybind 2.13 * updated client versioing, doc * updating readme --------- Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch>
14 lines
549 B
C
14 lines
549 B
C
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
/** API versions */
|
|
#define APICTB "developer 0x241107"
|
|
#define APIGOTTHARD "developer 0x241107"
|
|
#define APIGOTTHARD2 "developer 0x241107"
|
|
#define APIMOENCH "developer 0x241107"
|
|
#define APIXILINXCTB "developer 0x241107"
|
|
#define APIEIGER "developer 0x241107"
|
|
#define APIJUNGFRAU "developer 0x241120"
|
|
#define APIMYTHEN3 "developer 0x241121"
|
|
#define APILIB "developer 0x241122"
|
|
#define APIRECEIVER "developer 0x241122"
|