git-svn-id: https://msi/svn/firstRepo/WebClient/branches/NewRelease@82 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
for /f "delims== tokens=1,2" %%G in (version.txt) do set %%G=%%H
|
||||
set /a BUILD=BUILD+1
|
||||
>version.txt (@echo MAJOR=%MAJOR%
|
||||
@echo MINOR=%MINOR%
|
||||
@echo PATCH=%PATCH%
|
||||
@echo BUILD=%BUILD%
|
||||
)
|
||||
Reference in New Issue
Block a user