Mentioned more files in tn0011.txt that need version updating, and made it more clear which ones need to be changed manually. Modified inc_release to update docs/readme.txt and changed the version references in the readme.txt to 2.9.3. Also changed two references to the month of release from July to December.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69920
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@mainpage Reference manual
@author Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn,
Stefan Csomor, Francesco Montorsi, Bryan Petty, et al
@mainpage Reference manual
@author Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn,
Stefan Csomor, Francesco Montorsi, Bryan Petty, et al
@image html main_wxlogo.png
@image html main_wxlogo.png
- wxWidgets 2.9.2 Release Notes
+ wxWidgets 2.9.3 Release Notes
=============================
Welcome to the latest release of wxWidgets, a free cross-platform C++
=============================
Welcome to the latest release of wxWidgets, a free cross-platform C++
wxWidgets sources are available for download from
wxWidgets sources are available for download from
- https://sourceforge.net/projects/wxwindows/files/2.9.2/
+ https://sourceforge.net/projects/wxwindows/files/2.9.3/
- ftp://ftp.wxwidgets.org/pub/2.9.2/
+ ftp://ftp.wxwidgets.org/pub/2.9.3/
Please see the "Files" section below for the description of various
files available at these locations.
Please see the "Files" section below for the description of various
files available at these locations.
A detailed reference manual including in-depth overviews for various
topics is supplied in various formats and can be accessed online at
A detailed reference manual including in-depth overviews for various
topics is supplied in various formats and can be accessed online at
- http://docs.wxwidgets.org/2.9.2/
+ http://docs.wxwidgets.org/2.9.3/
-Note about naming: while 2.9.2 is called a "development" release,
+Note about naming: while 2.9.3 is called a "development" release,
this only means that API is not guaranteed to remain unchanged in the
subsequent 2.9.x releases (although it is still likely that it will),
unlike in the stable 2.8.x branch. We believe the current version is
this only means that API is not guaranteed to remain unchanged in the
subsequent 2.9.x releases (although it is still likely that it will),
unlike in the stable 2.8.x branch. We believe the current version is
-------------
wxWidgets documentation is available online at
-------------
wxWidgets documentation is available online at
-http://docs.wxwidgets.org/2.9.2/ and can also be downloaded in HTML
+http://docs.wxwidgets.org/2.9.3/ and can also be downloaded in HTML
format. To generate documentation in other formats (PDF, CHM, ...)
please use the scripts in docs/doxygen directory.
format. To generate documentation in other formats (PDF, CHM, ...)
please use the scripts in docs/doxygen directory.
-The wxWidgets Team, July 2011
+The wxWidgets Team, December 2011
*.spec
build/osx/wxvers.xcconfig
docs/changes.txt
*.spec
build/osx/wxvers.xcconfig
docs/changes.txt
+ docs/readme.txt (date needs manual editing) [NOT UPDATED AUTOMATICALLY]
docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
docs/doxygen/latexdocstart.inc
docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
docs/doxygen/latexdocstart.inc
- docs/doxygen/mainpages/manual.h (just date)
+ docs/doxygen/mainpages/manual.h (just date) [NOT UPDATED AUTOMATICALLY]
docs/msw/install.txt {major release only}
include/wx/version.h
include/wx/osx/config_xcode.h
samples/Info.plist
samples/docview/Info.plist
docs/msw/install.txt {major release only}
include/wx/version.h
include/wx/osx/config_xcode.h
samples/Info.plist
samples/docview/Info.plist
+ samples/minimal/Info_carbon.plist
+ samples/minimal/Info_cocoa.plist
samples/minimal/borland_ide.cpp {major release only}
Do not forget to rebake everything after updating version.bkl!
samples/minimal/borland_ide.cpp {major release only}
Do not forget to rebake everything after updating version.bkl!
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/"