summaryrefslogtreecommitdiff
path: root/tools/build_scripts/svn_stable_ver.bat
blob: d1f124dc678e76ec4e1c13078fdb2608aa495af9 (plain)
1
2
3
4
5
6
7
8
9
del /F /Q version.txt

cd build

for /F "tokens=1,2,3 delims= " %%i in (build.no) do set MirVer=%%i.%%j.%%k

cd ..

echo v%MirVer% > version.txt