From 7acc201797f3dc4de7d53c172fe5d3697c4792b2 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 25 Nov 2021 12:56:21 +0100 Subject: [PATCH] fix release version --- slsSupportLib/include/sls/versionAPI.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index 42cb8f4bb..563d3a77e 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -1,11 +1,8 @@ // SPDX-License-Identifier: LGPL-3.0-or-other // Copyright (C) 2021 Contributors to the SLS Detector Package /** API versions */ -#define GITBRANCH "6.0.1" +#define GITBRANCH "6.1.0" -#define APILIB 0x211122 -#define APIRECEIVER 0x211122 -#define APIGUI 0x211021 #define APICTB 0x211124 #define APIGOTTHARD 0x211124 #define APIMYTHEN3 0x211124 @@ -13,3 +10,6 @@ #define APIGOTTHARD2 0x211124 #define APIJUNGFRAU 0x211125 #define APIEIGER 0x211125 +#define APILIB 0x211125 +#define APIRECEIVER 0x211125 +#define APIGUI 0x211125