From 9efbfd5dbd73294ec4dc3892fc0b631dc1bf9abf Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 18 Dec 2011 14:38:47 +0000 Subject: [PATCH] Add a reminder to update version.bkl to inc_release script. While docs/tech/tn0011.txt does document this, it's still too simple to forget to update version.bkl, as my experience shows, so add a reminder to the script itself too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- misc/scripts/inc_release | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index aa9cdc97d6..60aea4663e 100755 --- a/misc/scripts/inc_release +++ b/misc/scripts/inc_release @@ -117,3 +117,5 @@ run_sed samples/minimal/Info_cocoa.plist \ run_sed samples/docview/Info.plist \ "/versionon/s/$ver_for_sed/$ver_string_new/" \ "//s/$ver_for_sed/$ver_string_new/" + +msg "Don't forget to change the C:R:A triplet in build/bakefiles/version.bkl now!"