We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80fd507 + 845c596 commit 97e68fbCopy full SHA for 97e68fb
Makefile
@@ -1,4 +1,4 @@
1
-API_VERSION = 6.0.0
+API_VERSION = 6.0.1
2
PROD_NAME = simapi-c
3
ZIP_NAME = $(PROD_NAME)-linux
4
DIST_BASE = builds
mkinstall.bat
@@ -5,7 +5,7 @@ rem This is the packaging batch file for Windows.
5
rem For Linux, run "make" in the client subdirectory.
6
rem *************************************************
7
set platform=%1
8
-set CLIENT_LIBRARY_VERSION_VALUE=6.0.0
+set CLIENT_LIBRARY_VERSION_VALUE=6.0.1
9
10
set BUILD_DIR=builds
11
if "%platform%"=="win32" (
@@ -126,4 +126,4 @@ jar Mcf simapi-c-win64-%CLIENT_LIBRARY_VERSION_VALUE%.zip simapi-c-win64-%CLIENT
126
echo Listing simapi-c-win32-%CLIENT_LIBRARY_VERSION_VALUE%...
127
dir simapi-c-win32-%CLIENT_LIBRARY_VERSION_VALUE%
128
129
-cd ..
+cd ..
0 commit comments