From dae0bd5441454d965167fbe5075ce71e959e2b95 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 18 Mar 2016 22:18:34 +0100 Subject: [PATCH] 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. --- misc/scripts/inc_release | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index e459ef1a67..8e763a06d8 100755 --- a/misc/scripts/inc_release +++ b/misc/scripts/inc_release @@ -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/"