X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ca6a5f04692678cd2d9f3ea0843fc3f5a0b254f..bca6a3a5553884d5e210706b144dc3855798934d:/distrib/msw/vcupdate.bat diff --git a/distrib/msw/vcupdate.bat b/distrib/msw/vcupdate.bat index 399a6d73ee..b6fa838550 100755 --- a/distrib/msw/vcupdate.bat +++ b/distrib/msw/vcupdate.bat @@ -1,8 +1,8 @@ @echo off Rem Replace the DLL version number in the VC++ project files -input Enter the old version name (e.g. wx22_0): %%oldName -input Enter the new version name (e.g. wx22_1): %%newName +input Enter the old version name (e.g. msw232): %%oldName +input Enter the new version name (e.g. msw233): %%newName call %wxwin\distrib\msw\filerepl.bat %oldName %newName %wxwin\distrib\msw\vc.rsp echo Done.