updated list of files to change
[wxWidgets.git] / docs / tech / tn0011.txt
1                  All about wxWidgets Version Numbers
2                  ===================================
3
4 1. 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    configure.in
11    *.spec
12    include/wx/version.h
13    include/msvc/wx/setup.h [only major.minor used here]
14    samples/minimal/borland_ide.cpp
15    docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
16    docs/doxygen/mainpages/manual.h (just date)
17    docs/msw/install.txt {major release only}
18    docs/changes.txt
19    build/bakefiles/version.bkl {C:R:A}
20    build/script/win_docs.bat {windows doc and setup file}
21    distrib/scripts/build-environ.cfg {SVN tar and zip files}
22    include/wx/osx/config_xcode.h
23
24    The script misc/scripts/inc_release can be used for incrementing
25    the release field of the version, i.e. changing 2.8.x to 2.8.x+1.
26
27 2. When to update the version numbers:
28
29    [ To be written... ]
30
31    See tn0020.txt for now.
32
33
34
35
36 === EOF ===
37
38 Version: $Id$
39