From 3a3628c475ebe9877c799a2986a0508ee980290a Mon Sep 17 00:00:00 2001 From: Dhanya Thattil <33750417+thattil@users.noreply.github.com> Date: Fri, 27 Jan 2023 10:54:45 +0100 Subject: [PATCH] m3 firmware version change (#637) * m3 firmware version change * changed binary name to rc3 --- serverBin/mythen3DetectorServerv7.0.0.rc2 | 1 - serverBin/mythen3DetectorServerv7.0.0.rc3 | 1 + ....0.rc2 => mythen3DetectorServerv7.0.0.rc3} | Bin 291832 -> 291832 bytes .../slsDetectorServer_defs.h | 2 +- slsSupportLib/include/sls/versionAPI.h | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) delete mode 120000 serverBin/mythen3DetectorServerv7.0.0.rc2 create mode 120000 serverBin/mythen3DetectorServerv7.0.0.rc3 rename slsDetectorServers/mythen3DetectorServer/bin/{mythen3DetectorServerv7.0.0.rc2 => mythen3DetectorServerv7.0.0.rc3} (99%) diff --git a/serverBin/mythen3DetectorServerv7.0.0.rc2 b/serverBin/mythen3DetectorServerv7.0.0.rc2 deleted file mode 120000 index bc96f3814..000000000 --- a/serverBin/mythen3DetectorServerv7.0.0.rc2 +++ /dev/null @@ -1 +0,0 @@ -../slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc2 \ No newline at end of file diff --git a/serverBin/mythen3DetectorServerv7.0.0.rc3 b/serverBin/mythen3DetectorServerv7.0.0.rc3 new file mode 120000 index 000000000..5b1dfa7f3 --- /dev/null +++ b/serverBin/mythen3DetectorServerv7.0.0.rc3 @@ -0,0 +1 @@ +../slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc3 \ No newline at end of file diff --git a/slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc2 b/slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc3 similarity index 99% rename from slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc2 rename to slsDetectorServers/mythen3DetectorServer/bin/mythen3DetectorServerv7.0.0.rc3 index df4c2c0366c8e2fa88e07aa5cbffdc859a91d4c3..9dc8975fe563e7e01f2787281dda120929a68975 100755 GIT binary patch delta 79 zcmV-V0I>h~=Mnhl5wH{>2lNPl00c>Zvl}4Eh!(^Q$QTs@zz{S{%m9SU%or5|zz~GY lgZik4`ltc7`ltfBV+u1MFnBUEFflSWhrSF0x4sMnI%gb0A1(j@ delta 79 zcmV-V0I>h~=Mnhl5wH{>2eb%)07QX=vl}4Eh!%tl$QTs@zz{S{%m9SU%or5|zz~E? lgZik4`ltc7`ltfBV+t}LFnBUEFflSUhrSF0x4sMnI%f)$9;W~R diff --git a/slsDetectorServers/mythen3DetectorServer/slsDetectorServer_defs.h b/slsDetectorServers/mythen3DetectorServer/slsDetectorServer_defs.h index 2e49fdde0..93daff435 100644 --- a/slsDetectorServers/mythen3DetectorServer/slsDetectorServer_defs.h +++ b/slsDetectorServers/mythen3DetectorServer/slsDetectorServer_defs.h @@ -3,7 +3,7 @@ #pragma once #include "sls/sls_detector_defs.h" -#define REQRD_FRMWRE_VRSN (0x221205) +#define REQRD_FRMWRE_VRSN (0x230124) #define KERNEL_DATE_VRSN "Mon May 10 18:00:21 CEST 2021" #define ID_FILE "detid_mythen3.txt" diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index fe8735951..8a2d8facf 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -11,4 +11,4 @@ #define APIEIGER "7.0.0.rc1 0x221212" #define APIGOTTHARD "7.0.0.rc2 0x221220" -#define APIMYTHEN3 "7.0.0.rc2 0x230125" +#define APIMYTHEN3 "7.0.0.rc3 0x230127"