]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/vcupdate.bat
fix bug with not accepting write-only formats in d&d
[wxWidgets.git] / distrib / msw / vcupdate.bat
index 399a6d73ee91019705bd82ec0ed54246b3e228d2..b6fa838550d64baa2f76cf2b04ab34e473101b44 100755 (executable)
@@ -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.