Replace remaining references to 2.9.0 with 2.9.1.
Also update the tech note listing the places that need to be changed when a new version is released and the script which updates them automatically. Finally update a couple of copyright years. Closes #12185. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -71,15 +71,6 @@ msg "Updating version to $ver_string_new"
|
||||
|
||||
ver_for_sed="$ver_major\.$ver_minor\.$ver_release"
|
||||
|
||||
run_sed include/wx/version.h \
|
||||
"s/^\(#define wxRELEASE_NUMBER *\) $ver_release$/\1 $ver_release_new/" \
|
||||
"s/^\(#define wxSUBRELEASE_NUMBER *\) [0-9]\{1,\}$/\1 0/" \
|
||||
"/^#define wxVERSION_STRING/s/$ver_for_sed/$ver_string_new/"
|
||||
run_sed include/wx/osx/config_xcode.h \
|
||||
"/^#define PACKAGE/s/$ver_for_sed/$ver_string_new/"
|
||||
run_sed src/wxWindows.xcodeproj/project.pbxproj \
|
||||
"/DYLIB_.* = /s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
run_sed configure.in \
|
||||
"/^AC_INIT/s/$ver_for_sed/$ver_string_new/" \
|
||||
"s/^wx_release_number=$ver_release/wx_release_number=$ver_release_new/" \
|
||||
@@ -89,11 +80,27 @@ for f in *.spec; do
|
||||
run_sed $f "/^%define *ver/s/$ver_for_sed/$ver_string_new/"
|
||||
done
|
||||
|
||||
run_sed build/osx/wxvers.xcconfig \
|
||||
"/DYLIB_.* = /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/latexdocstart.inc \
|
||||
"/{\\\\large Version/s/$ver_for_sed/$ver_string_new/"
|
||||
run_sed build/script/win_docs.bat "/SET WXW_VER=/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
run_sed distrib/scripts/build-environ.cfg \
|
||||
"/BUILD_VERSION=/s/$ver_for_sed/$ver_string_new/"
|
||||
run_sed docs/doxygen/latexdocstart.inc \
|
||||
"/\\large Version/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
run_sed include/wx/version.h \
|
||||
"s/^\(#define wxRELEASE_NUMBER *\) $ver_release$/\1 $ver_release_new/" \
|
||||
"s/^\(#define wxSUBRELEASE_NUMBER *\) [0-9]\{1,\}$/\1 0/" \
|
||||
"/^#define wxVERSION_STRING/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
run_sed include/wx/osx/config_xcode.h \
|
||||
"/^#define PACKAGE/s/$ver_for_sed/$ver_string_new/"
|
||||
|
||||
run_sed samples/Info.plist \
|
||||
"/version/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/"
|
||||
|
Reference in New Issue
Block a user