File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const char CYBS_C_USE_AKAMAI[] = "sendToAkamai";
68
68
69
69
70
70
/* Please do not modify these values */
71
- static const wchar_t CLIENT_LIBRARY_VERSION_VALUE [] = L"6.0.2 " ;
71
+ static const wchar_t CLIENT_LIBRARY_VERSION_VALUE [] = L"6.0.3 " ;
72
72
static const wchar_t CLIENT_LIBRARY_VALUE [] = L"C SOAP" ;
73
73
static const wchar_t CLIENT_APPLICATION_VALUE [] = L"Simple Order API" ;
74
74
Original file line number Diff line number Diff line change 1
- API_VERSION = 6.0.2
1
+ API_VERSION = 6.0.3
2
2
PROD_NAME = simapi-c
3
3
ZIP_NAME = $(PROD_NAME ) -linux
4
4
DIST_BASE = builds
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ rem This is the packaging batch file for Windows.
5
5
rem For Linux, run "make" in the client subdirectory.
6
6
rem *************************************************
7
7
set platform = %1
8
- set CLIENT_LIBRARY_VERSION_VALUE = 6.0.2
8
+ set CLIENT_LIBRARY_VERSION_VALUE = 6.0.3
9
9
10
10
set BUILD_DIR = builds
11
11
if " %platform% " == " win32" (
You can’t perform that action at this time.
0 commit comments