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:
Vadim Zeitlin
2026-02-28 17:59:39 +01:00
parent 3c93711f4b
commit 7891d1403d

View File

@@ -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/"