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