Updated version numbers tech note with new doxygen manual locations to update, and...
[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    {wx}/configure.in
11    {wx}/*.spec
12    {wx}/include/wx/version.h
13    {wx}/include/msvc/wx/setup.h [only major.minor used here]
14    {wx}/samples/minimal/borland_ide.cpp
15    {wx}/docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
16    {wx}/docs/doxygen/mainpages/manual.h (just date)
17    {wx}/docs/msw/install.txt {major release only}
18    {wx}/docs/changes.txt
19    {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl
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 {SVN tar and zip files}
23    {wx}/include/wx/mac/carbon/config_xcode.h
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
28 2. When to update the version numbers:
29
30    [ To be written... ]
31
32    See tn0020.txt for now.
33
34
35
36
37 === EOF ===
38
39 Version: $Id$
40