From: Vadim Zeitlin Date: Fri, 22 Jul 2011 16:31:55 +0000 (+0000) Subject: Update the files changed by the version number increment script. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0c63cc6e4c7f1d489e91ea6dd7fffc19b0abaec9?ds=sidebyside Update the files changed by the version number increment script. src/wxWindows.xcodeproj doesn't exist any more so remove it but add build/tools/bld_chm_exe.bat and samples/minimal/Info*.plist files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index 08564c01c7..2f8ed4ad40 100755 --- a/misc/scripts/inc_release +++ b/misc/scripts/inc_release @@ -83,6 +83,9 @@ 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/doxygen/Doxyfile_inc \ "/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/" @@ -101,9 +104,11 @@ 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/"