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
|
2001-06-06 12:44:25 -04:00
|
|
|
define the version number for the library. When updating the
|
2006-11-11 15:23:18 -05:00
|
|
|
version number all of these files must be edited:
|
2001-06-06 12:44:25 -04:00
|
|
|
|
|
|
|
{wx}/configure.in
|
|
|
|
{wx}/*.spec
|
|
|
|
{wx}/include/wx/version.h
|
2007-10-22 07:30:26 -04:00
|
|
|
{wx}/include/msvc/wx/setup.h [only major.minor used here]
|
2007-04-26 10:03:29 -04:00
|
|
|
{wx}/samples/minimal/borland_ide.cpp
|
2007-01-07 17:28:07 -05:00
|
|
|
{wx}/docs/latex/wx/manual.tex
|
2007-10-22 04:08:48 -04:00
|
|
|
{wx}/docs/msw/install.txt {major release only}
|
2001-06-06 12:44:25 -04:00
|
|
|
{wx}/docs/changes.txt
|
2005-10-06 05:09:18 -04:00
|
|
|
{wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl
|
2007-10-22 04:19:58 -04:00
|
|
|
{wx}/build/bakefiles/version.bkl {C:R:A}
|
2006-11-12 13:55:33 -05:00
|
|
|
{wx}/build/script/win_docs.bat {windows doc and setup file}
|
2008-02-24 09:23:30 -05:00
|
|
|
{wx}/distrib/scripts/build-environ.cfg {SVN tar and zip files}
|
2007-10-22 04:22:03 -04:00
|
|
|
{wx}/include/wx/mac/carbon/config_xcode.h
|
2007-01-07 16:34:48 -05: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.
|
2001-06-06 12:44:25 -04:00
|
|
|
|
|
|
|
2. When to update the version numbers:
|
|
|
|
|
|
|
|
[ To be written... ]
|
|
|
|
|
2008-02-24 09:23:30 -05:00
|
|
|
See tn0020.txt for now.
|
|
|
|
|
2001-06-06 12:44:25 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== EOF ===
|
|
|
|
|
|
|
|
Version: $Id$
|
|
|
|
|