Skip to content

Commit 845c596

Browse files
authored
change version from 6.0.0 to 6.0.1 in makeinstall
1 parent eb886ce commit 845c596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkinstall.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rem This is the packaging batch file for Windows.
55
rem For Linux, run "make" in the client subdirectory.
66
rem *************************************************
77
set platform=%1
8-
set CLIENT_LIBRARY_VERSION_VALUE=6.0.0
8+
set CLIENT_LIBRARY_VERSION_VALUE=6.0.1
99

1010
set BUILD_DIR=builds
1111
if "%platform%"=="win32" (
@@ -126,4 +126,4 @@ jar Mcf simapi-c-win64-%CLIENT_LIBRARY_VERSION_VALUE%.zip simapi-c-win64-%CLIENT
126126
echo Listing simapi-c-win32-%CLIENT_LIBRARY_VERSION_VALUE%...
127127
dir simapi-c-win32-%CLIENT_LIBRARY_VERSION_VALUE%
128128

129-
cd ..
129+
cd ..

0 commit comments

Comments
 (0)