1                 All about wxWidgets Version Numbers
2                 ===================================
3
41. Where to update the version numbers:
5
6   There are several places in the wxWidgets source tree that
7   define the version number for the library.  When updating the
8   version number all of these files must be edited:
9
10       {wx}/configure.in
11       {wx}/configure {and set subrelease to zero in these two files}
12       {wx}/*.spec
13       {wx}/include/wx/version.h
14       {wx}/include/msvc/wx/setup.h  {major release only}
15       {wx}/docs/latex/wx/manual.tex  {and change the date}
16       {wx}/docs/msw/install.txt {major release only}
17       {wx}/docs/changes.txt    
18       {wx}/docs/readme.txt       
19       {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl {major release only}
20       {wx}/build/bakefiles/version.bkl {C:R:A}
21       {wx}/build/script/win_docs.bat {windows doc and setup file}
22       {wx}/distrib/scripts/build-environ.cfg {cvs tar and zip files}
23       {wx}/include/wx/mac/carbon/config_xcode.h {out of date in 2.8.10}
24
25   The script misc/scripts/inc_release can be used for incrementing
26   the release field of the version, i.e. changing 2.8.x to 2.8.x+1.
27
282. When to update the version numbers:
29
30   [ To be written... ]
31
32
33
34
35=== EOF ===
36
37Version: $Id: tn0011.txt 58872 2009-02-13 09:18:23Z CE $
38
39$Log$
40Revision 1.10.2.3  2007/03/15 14:55:02  CE
41add readme.txt to files to change
42
43Revision 1.10.2.2  2007/03/15 09:54:04  CE
44update to 2.8.3 (configure and version.bkl to follow)
45
46Revision 1.10.2.1  2007/02/12 10:54:52  CE
47add docs/msw/install.txt
48
49Revision 1.10  2007/01/07 22:28:07  VZ
50also update manual.tex
51
52Revision 1.9  2007/01/07 21:34:40  VZ
53added a script to update release version field
54
55Revision 1.8  2006/11/12 20:13:09  VZ
56removed obsolete src/make*.env files
57
58Revision 1.7  2006/11/12 18:55:33  CE
59add places to change the version for distribution
60
61Revision 1.6  2006/11/11 20:23:18  VZ
62added include/msvc/wx/setup.h
63
64Revision 1.5  2006/11/09 21:22:18  ABX
65Mention changes for setup.exe
66
67Revision 1.4  2005/10/06 09:09:18  VZ
68another file where the version should be updated
69
70Revision 1.3  2004/05/04 08:26:58  JS
71Name change replacements
72
73Revision 1.2  2003/11/18 16:38:48  DS
74Horizontally aligned header (Like other technotes).
75
76Revision 1.1  2001/06/08 04:26:35  RD
77move the tech note to a correctly named file
78
79Revision 1.1  2001/06/06 16:44:25  RD
80
81Added technote about where the version numbers are located.
82
83