]> git.saurik.com Git - wxWidgets.git/blobdiff - misc/scripts/inc_release
Disable some wxWebView tests that fail on the buildbot but not locally.
[wxWidgets.git] / misc / scripts / inc_release
index 08564c01c7f87a0bac517a229707c0bcce1d30dd..60aea4663e5ab88ebfb937ec2b528caae403a201 100755 (executable)
@@ -83,6 +83,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 +109,13 @@ run_sed samples/Info.plist \
     "/version/s/$ver_for_sed/$ver_string_new/" \
     "/<string>/s/$ver_for_sed/$ver_string_new/"
 
+run_sed samples/minimal/Info_carbon.plist \
+    "/<string>/s/$ver_for_sed/$ver_string_new/"
+run_sed samples/minimal/Info_cocoa.plist \
+    "/<string>/s/$ver_for_sed/$ver_string_new/"
+
 run_sed samples/docview/Info.plist \
     "/versionon/s/$ver_for_sed/$ver_string_new/" \
     "/<string>/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!"