]> git.saurik.com Git - wxWidgets.git/commitdiff
Add a reminder to update version.bkl to inc_release script.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Dec 2011 14:38:47 +0000 (14:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Dec 2011 14:38:47 +0000 (14:38 +0000)
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

index aa9cdc97d6f5b45de5dfae6c17a7bdb4ed303426..60aea4663e5ab88ebfb937ec2b528caae403a201 100755 (executable)
@@ -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/" \
     "/<string>/s/$ver_for_sed/$ver_string_new/"
+
+msg "Don't forget to change the C:R:A triplet in build/bakefiles/version.bkl now!"