]> git.saurik.com Git - wxWidgets.git/blobdiff - misc/scripts/inc_release
using #ifdef wxABORT_ON_CONFIG_ERROR not just #if as elsewhere
[wxWidgets.git] / misc / scripts / inc_release
index aa9cdc97d6f5b45de5dfae6c17a7bdb4ed303426..160cf7b5a23c9ca2df84e028913d2e707b7d5543 100755 (executable)
@@ -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 <vadim@wxwindows.org>
 # 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/" \
     "/<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!"