Increment the version in the MSW readme automatically too

Update the version in the download link in docs/msw/install.txt in the
inc_release script.
This commit is contained in:
Vadim Zeitlin 2016-03-18 22:18:34 +01:00
parent c5fad075d3
commit dae0bd5441

View File

@ -83,6 +83,9 @@ run_sed docs/readme.txt \
"/\//s/$ver_for_sed/$ver_string_new/" \
"/naming: while/s/$ver_for_sed/$ver_string_new/"
run_sed docs/msw/install.txt \
"/^wxWidgets\/releases\//s/$ver_for_sed/$ver_string_new/"
run_sed docs/doxygen/Doxyfile \
"/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/"