X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/238188550e01873579971679dc53a1aabc715596..c8841d1493e0d19085990c9e331dd85c4da45d8e:/misc/scripts/inc_release diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index aa9cdc97d6..160cf7b5a2 100755 --- a/misc/scripts/inc_release +++ b/misc/scripts/inc_release @@ -4,7 +4,6 @@ # Purpose: increments the release version number in all files mentioned in # docs/tech/tn0011.txt # Created: 2007-01-07 -# RCS-ID: $Id$ # Copyright: (c) 2007 Vadim Zeitlin # Licence: wxWindows licence ############################################################################## @@ -117,3 +116,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!"