CASA Windows - change builduser.cmd to bump up version number

This commit is contained in:
soochoi 2007-06-29 20:06:14 +00:00
parent 5fe566c6a1
commit e673c8d8a4

View File

@ -8,7 +8,10 @@ setlocal
call "C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\bin\amd64\vcvarsamd64.bat"
cd /d %casa_root_dir%
cd package\windows\vs_solutions\CASA32-msi
..\..\..\..\tools\w32\VersionVDProj\bin\VersionVDProj.exe -msi CASA.vdproj version=1.7.%SVN_REVISION%
cd package\windows\vs_solutions\CASA64-msi
..\..\..\..\tools\w32\VersionVDProj\bin\VersionVDProj.exe -msi CASA64.vdproj version=1.7.%SVN_REVISION%
devenv /rebuild Release CASA-64-32.sln /out build.log
endlocal