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:
parent
c5fad075d3
commit
dae0bd5441
@ -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/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user