2004-05-04 04:27:20 -04:00
|
|
|
All about wxWidgets Version Numbers
|
2003-11-18 11:38:48 -05:00
|
|
|
===================================
|
2001-06-06 12:44:25 -04:00
|
|
|
|
|
|
|
1. Where to update the version numbers:
|
|
|
|
|
2004-05-04 04:27:20 -04:00
|
|
|
There are several places in the wxWidgets source tree that
|
2010-07-24 20:18:46 -04:00
|
|
|
define the version number for the library.
|
2001-06-06 12:44:25 -04:00
|
|
|
|
2010-07-24 20:18:46 -04:00
|
|
|
The script misc/scripts/inc_release can be used for incrementing the release
|
|
|
|
field of the version, i.e. changing 2.8.x to 2.8.x+1 but it does not take
|
|
|
|
care of version.bkl and can't be used for changing the other version
|
|
|
|
components, this needs to be done manually. It also doesn't update
|
|
|
|
version.bkl file which always needs to be updated manually, follow the
|
|
|
|
instructions there.
|
|
|
|
|
|
|
|
Here is the list of files that need to be updated:
|
|
|
|
|
|
|
|
build/bakefiles/version.bkl {C:R:A} [NOT UPDATED AUTOMATICALLY]
|
2013-10-13 06:30:13 -04:00
|
|
|
build/bakefiles/wxpresets/presets/wx.bkl [NOT UPDATED AUTOMATICALLY]
|
2009-07-05 07:51:06 -04:00
|
|
|
configure.in
|
2010-07-12 18:49:59 -04:00
|
|
|
build/osx/wxvers.xcconfig
|
|
|
|
docs/changes.txt
|
2011-12-02 18:44:22 -05:00
|
|
|
docs/readme.txt (date needs manual editing) [NOT UPDATED AUTOMATICALLY]
|
2013-11-21 08:45:52 -05:00
|
|
|
docs/doxygen/Doxyfile (PROJECT_NUMBER and DOCSET_FEEDNAME)
|
2010-07-12 18:49:59 -04:00
|
|
|
docs/doxygen/latexdocstart.inc
|
2011-12-02 18:44:22 -05:00
|
|
|
docs/doxygen/mainpages/manual.h (just date) [NOT UPDATED AUTOMATICALLY]
|
2009-07-05 07:51:06 -04:00
|
|
|
docs/msw/install.txt {major release only}
|
2010-07-12 18:49:59 -04:00
|
|
|
include/wx/version.h
|
2009-07-05 07:51:06 -04:00
|
|
|
include/wx/osx/config_xcode.h
|
2010-07-12 18:49:59 -04:00
|
|
|
samples/Info.plist
|
|
|
|
samples/docview/Info.plist
|
2011-12-02 18:44:22 -05:00
|
|
|
samples/minimal/Info_carbon.plist
|
|
|
|
samples/minimal/Info_cocoa.plist
|
2010-07-12 18:49:59 -04:00
|
|
|
samples/minimal/borland_ide.cpp {major release only}
|
2007-01-07 16:34:48 -05:00
|
|
|
|
2010-07-24 20:18:46 -04:00
|
|
|
Do not forget to rebake everything after updating version.bkl!
|
2001-06-06 12:44:25 -04:00
|
|
|
|
|
|
|
2. When to update the version numbers:
|
|
|
|
|
2010-07-24 20:18:46 -04:00
|
|
|
Version should be updated immediately after releasing the previous version
|
|
|
|
so that the sources in the repository always correspond to the next release
|
|
|
|
and not the past one.
|
2001-06-06 12:44:25 -04:00
|
|
|
|
2010-07-24 20:18:46 -04:00
|
|
|
See also tn0020.txt.
|
2008-02-24 09:23:30 -05:00
|
|
|
|
2001-06-06 12:44:25 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== EOF ===
|
|
|
|
|
|
|
|
|