From 6d5f2e66aed6ecb307e3ae064b21566b9e33be86 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 8 Oct 2020 15:46:26 +0200 Subject: [PATCH] updated client APIs --- slsSupportLib/include/versionAPI.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slsSupportLib/include/versionAPI.h b/slsSupportLib/include/versionAPI.h index df99b240e..c44ff83d7 100644 --- a/slsSupportLib/include/versionAPI.h +++ b/slsSupportLib/include/versionAPI.h @@ -1,8 +1,5 @@ /** API versions */ #define GITBRANCH "5.0.0-rc2" -#define APILIB 0x201002 -#define APIRECEIVER 0x201002 -#define APIGUI 0x201002 #define APICTB 0x201008 #define APIGOTTHARD 0x201008 #define APIGOTTHARD2 0x201008 @@ -10,3 +7,6 @@ #define APIMYTHEN3 0x201008 #define APIMOENCH 0x201008 #define APIEIGER 0x201008 +#define APILIB 0x201008 +#define APIRECEIVER 0x201008 +#define APIGUI 0x201008