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
|
|
|
|
2009-07-05 11:51:06 +00:00
|
|
|
configure.in
|
|
|
|
*.spec
|
|
|
|
include/wx/version.h
|
|
|
|
include/msvc/wx/setup.h [only major.minor used here]
|
|
|
|
samples/minimal/borland_ide.cpp
|
|
|
|
docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
|
|
|
|
docs/doxygen/mainpages/manual.h (just date)
|
|
|
|
docs/msw/install.txt {major release only}
|
|
|
|
docs/changes.txt
|
|
|
|
build/bakefiles/version.bkl {C:R:A}
|
|
|
|
build/script/win_docs.bat {windows doc and setup file}
|
|
|
|
distrib/scripts/build-environ.cfg {SVN tar and zip files}
|
|
|
|
include/wx/osx/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$
|
|
|
|
|