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
|
2006-11-11 15:23:18 -05:00
|
|
|
{wx}/include/msvc/wx/setup.h
|
2001-06-06 12:44:25 -04:00
|
|
|
{wx}/src/wxvc_dll.dsp
|
2007-01-07 17:28:07 -05:00
|
|
|
{wx}/docs/latex/wx/manual.tex
|
2001-06-06 12:44:25 -04:00
|
|
|
{wx}/docs/changes.txt
|
|
|
|
{wx}/docs/gtk/changes.txt
|
2005-10-06 05:09:18 -04:00
|
|
|
{wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl
|
2006-11-12 13:55:33 -05:00
|
|
|
{wx}/build/script/win_docs.bat {windows doc and setup file}
|
|
|
|
{wx}/distrib/scripts/build-environ.cfg {cvs tar and zip files}
|
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... ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== EOF ===
|
|
|
|
|
|
|
|
Version: $Id$
|
|
|
|
|
|
|
|
$Log$
|
2007-01-07 17:28:07 -05:00
|
|
|
Revision 1.10 2007/01/07 22:28:07 VZ
|
|
|
|
also update manual.tex
|
|
|
|
|
2007-01-07 16:34:48 -05:00
|
|
|
Revision 1.9 2007/01/07 21:34:40 VZ
|
|
|
|
added a script to update release version field
|
|
|
|
|
2006-11-12 15:13:09 -05:00
|
|
|
Revision 1.8 2006/11/12 20:13:09 VZ
|
|
|
|
removed obsolete src/make*.env files
|
|
|
|
|
2006-11-12 13:55:33 -05:00
|
|
|
Revision 1.7 2006/11/12 18:55:33 CE
|
|
|
|
add places to change the version for distribution
|
|
|
|
|
2006-11-11 15:23:18 -05:00
|
|
|
Revision 1.6 2006/11/11 20:23:18 VZ
|
|
|
|
added include/msvc/wx/setup.h
|
|
|
|
|
2006-11-09 16:22:18 -05:00
|
|
|
Revision 1.5 2006/11/09 21:22:18 ABX
|
|
|
|
Mention changes for setup.exe
|
|
|
|
|
2005-10-06 05:09:18 -04:00
|
|
|
Revision 1.4 2005/10/06 09:09:18 VZ
|
|
|
|
another file where the version should be updated
|
|
|
|
|
2004-05-04 04:27:20 -04:00
|
|
|
Revision 1.3 2004/05/04 08:26:58 JS
|
|
|
|
Name change replacements
|
|
|
|
|
2003-11-18 11:38:48 -05:00
|
|
|
Revision 1.2 2003/11/18 16:38:48 DS
|
|
|
|
Horizontally aligned header (Like other technotes).
|
|
|
|
|
2001-06-08 00:26:35 -04:00
|
|
|
Revision 1.1 2001/06/08 04:26:35 RD
|
|
|
|
move the tech note to a correctly named file
|
|
|
|
|
2001-06-06 12:44:25 -04:00
|
|
|
Revision 1.1 2001/06/06 16:44:25 RD
|
2001-06-08 00:26:35 -04:00
|
|
|
|
2001-06-06 12:44:25 -04:00
|
|
|
Added technote about where the version numbers are located.
|
|
|
|
|