diff --git a/RELEASE.txt b/RELEASE.txt index 256b165bf..bb932eee4 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -125,9 +125,9 @@ This document describes the differences between v8.0.0 and v7.0.3 Gotthard 08.02.2018 (50um and 25um Master) 09.02.2018 (25 um Slave) - Moench 10.07.2023 (v1.x?) (updated in 8.0.0) + Moench 10.07.2023 (v0.3.2) (updated in 8.0.0, under development) - Ctb 05.07.2023 (v1.2?) (updated in 8.0.0) + Ctb 05.07.2023 (v1.2) (updated in 8.0.0) Detector Upgrade diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index 9b671d335..015d3b2a2 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -2,12 +2,12 @@ // Copyright (C) 2021 Contributors to the SLS Detector Package /** API versions */ #define RELEASE "8.0.0" -#define APILIB "8.0.0 0x231025" -#define APIRECEIVER "8.0.0 0x231025" -#define APICTB "8.0.0 0x231108" -#define APIGOTTHARD "8.0.0 0x231108" +#define APICTB "8.0.0 0x231108" +#define APIGOTTHARD "8.0.0 0x231108" #define APIGOTTHARD2 "8.0.0 0x231108" -#define APIJUNGFRAU "8.0.0 0x231108" -#define APIMYTHEN3 "8.0.0 0x231108" -#define APIMOENCH "8.0.0 0x231108" -#define APIEIGER "8.0.0 0x231108" +#define APIJUNGFRAU "8.0.0 0x231108" +#define APIMYTHEN3 "8.0.0 0x231108" +#define APIMOENCH "8.0.0 0x231108" +#define APIEIGER "8.0.0 0x231108" +#define APILIB "8.0.0 0x231108" +#define APIRECEIVER "8.0.0 0x231108" diff --git a/tests/scripts/test_simulators.py b/tests/scripts/test_simulators.py index 2ae0ae2b8..1ee095d51 100644 --- a/tests/scripts/test_simulators.py +++ b/tests/scripts/test_simulators.py @@ -4,7 +4,7 @@ This file is used to start up simulators, receivers and run all the tests on them and finally kill the simulators and receivers. ''' import argparse -import os, sys, subprocess, time, colorama, signal, psutil +import os, sys, subprocess, time, colorama, signal from colorama import Fore from slsdet import Detector, detectorType, detectorSettings