X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f203de0cc435ab836505ad32b88cda5dc318db68..c8841d1493e0d19085990c9e331dd85c4da45d8e:/misc/scripts/inc_release diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index 08564c01c7..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 ############################################################################## @@ -83,6 +82,14 @@ done run_sed build/osx/wxvers.xcconfig \ "/DYLIB_.* = /s/$ver_for_sed/$ver_string_new/" +run_sed build/tools/bld_chm_exe.bat \ + "/^SET WXW_VER=/s/$ver_for_sed/$ver_string_new/" + +run_sed docs/readme.txt \ + "/wxWidgets /s/$ver_for_sed/$ver_string_new/" \ + "/\//s/$ver_for_sed/$ver_string_new/" \ + "/naming: while/s/$ver_for_sed/$ver_string_new/" + run_sed docs/doxygen/Doxyfile_inc \ "/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/" @@ -101,9 +108,13 @@ run_sed samples/Info.plist \ "/version/s/$ver_for_sed/$ver_string_new/" \ "//s/$ver_for_sed/$ver_string_new/" +run_sed samples/minimal/Info_carbon.plist \ + "//s/$ver_for_sed/$ver_string_new/" +run_sed samples/minimal/Info_cocoa.plist \ + "//s/$ver_for_sed/$ver_string_new/" + run_sed samples/docview/Info.plist \ "/versionon/s/$ver_for_sed/$ver_string_new/" \ "//s/$ver_for_sed/$ver_string_new/" -run_set src/wxWindows.xcodeproj/project.pbxproj \ - "s/DYLIB_CURRENT_VERSION = $ver_for_sed/DYLIB_CURRENT_VERSION = $ver_string_new/" +msg "Don't forget to change the C:R:A triplet in build/bakefiles/version.bkl now!"