mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-23 10:18:40 +08:00
Change all version occurrences in release notes files
There may be multiple versions in the same line, so substitute the version "globally".
This commit is contained in:
@@ -39,10 +39,10 @@ run_sed docs/readme.txt \
|
||||
"/naming: while/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
run_sed docs/release.md \
|
||||
"s/$ver_for_sed/$ver_string_new/"
|
||||
"s/$ver_for_sed/$ver_string_new/g"
|
||||
|
||||
run_sed docs/msw/binaries.md \
|
||||
"s/$ver_for_sed/$ver_string_new/"
|
||||
"s/$ver_for_sed/$ver_string_new/g"
|
||||
|
||||
run_sed docs/doxygen/Doxyfile \
|
||||
"/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
Reference in New Issue
Block a user