projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disable some wxWebView tests that fail on the buildbot but not locally.
[wxWidgets.git]
/
misc
/
scripts
/
inc_release
diff --git
a/misc/scripts/inc_release
b/misc/scripts/inc_release
index 2f8ed4ad406e9803fc01d65eb942f6a96c34633d..60aea4663e5ab88ebfb937ec2b528caae403a201 100755
(executable)
--- a/
misc/scripts/inc_release
+++ b/
misc/scripts/inc_release
@@
-86,6
+86,11
@@
run_sed build/osx/wxvers.xcconfig \
run_sed build/tools/bld_chm_exe.bat \
"/^SET WXW_VER=/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/"
run_sed docs/doxygen/Doxyfile_inc \
"/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/"
@@
-112,3
+117,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/"
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!"