]> git.saurik.com Git - wxWidgets.git/blame - docs/tech/tn0011.txt
making sure eventual borders get updated when windows are shown
[wxWidgets.git] / docs / tech / tn0011.txt
CommitLineData
fc2171bd 1 All about wxWidgets Version Numbers
feebe03b 2 ===================================
7ca4d121
RD
3
41. Where to update the version numbers:
5
fc2171bd 6 There are several places in the wxWidgets source tree that
157f035a 7 define the version number for the library.
7ca4d121 8
157f035a
VZ
9 The script misc/scripts/inc_release can be used for incrementing the release
10 field of the version, i.e. changing 2.8.x to 2.8.x+1 but it does not take
11 care of version.bkl and can't be used for changing the other version
12 components, this needs to be done manually. It also doesn't update
13 version.bkl file which always needs to be updated manually, follow the
14 instructions there.
15
16 Here is the list of files that need to be updated:
17
18 build/bakefiles/version.bkl {C:R:A} [NOT UPDATED AUTOMATICALLY]
e9c72ade
VZ
19 configure.in
20 *.spec
6e3837d0
VZ
21 build/osx/wxvers.xcconfig
22 docs/changes.txt
23818855 23 docs/readme.txt (date needs manual editing) [NOT UPDATED AUTOMATICALLY]
e9c72ade 24 docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
6e3837d0 25 docs/doxygen/latexdocstart.inc
23818855 26 docs/doxygen/mainpages/manual.h (just date) [NOT UPDATED AUTOMATICALLY]
e9c72ade 27 docs/msw/install.txt {major release only}
6e3837d0 28 include/wx/version.h
e9c72ade 29 include/wx/osx/config_xcode.h
6e3837d0
VZ
30 samples/Info.plist
31 samples/docview/Info.plist
23818855
DS
32 samples/minimal/Info_carbon.plist
33 samples/minimal/Info_cocoa.plist
6e3837d0 34 samples/minimal/borland_ide.cpp {major release only}
7de9aaf0 35
157f035a 36 Do not forget to rebake everything after updating version.bkl!
7ca4d121
RD
37
382. When to update the version numbers:
39
157f035a
VZ
40 Version should be updated immediately after releasing the previous version
41 so that the sources in the repository always correspond to the next release
42 and not the past one.
7ca4d121 43
157f035a 44 See also tn0020.txt.
4d636bdf 45
7ca4d121
RD
46
47
48
49=== EOF ===
50
51Version: $Id$
52