1 All about wxWidgets Version Numbers
2 ===================================
4 1. Where to update the version numbers:
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:
12 build/bakefiles/version.bkl {C:R:A}
13 build/osx/wxvers.xcconfig
15 docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
16 docs/doxygen/latexdocstart.inc
17 docs/doxygen/mainpages/manual.h (just date)
18 docs/msw/install.txt {major release only}
20 include/wx/osx/config_xcode.h
22 samples/docview/Info.plist
23 samples/minimal/borland_ide.cpp {major release only}
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.
28 2. When to update the version numbers:
32 See tn0020.txt for now.