]>
Commit | Line | Data |
---|---|---|
fc2171bd | 1 | All about wxWidgets Version Numbers |
feebe03b | 2 | =================================== |
7ca4d121 RD |
3 | |
4 | 1. 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 | 19 | configure.in |
6e3837d0 VZ |
20 | build/osx/wxvers.xcconfig |
21 | docs/changes.txt | |
23818855 | 22 | docs/readme.txt (date needs manual editing) [NOT UPDATED AUTOMATICALLY] |
e9c72ade | 23 | docs/doxygen/Doxyfile_inc (PROJECT_NUMBER) |
6e3837d0 | 24 | docs/doxygen/latexdocstart.inc |
23818855 | 25 | docs/doxygen/mainpages/manual.h (just date) [NOT UPDATED AUTOMATICALLY] |
e9c72ade | 26 | docs/msw/install.txt {major release only} |
6e3837d0 | 27 | include/wx/version.h |
e9c72ade | 28 | include/wx/osx/config_xcode.h |
6e3837d0 VZ |
29 | samples/Info.plist |
30 | samples/docview/Info.plist | |
23818855 DS |
31 | samples/minimal/Info_carbon.plist |
32 | samples/minimal/Info_cocoa.plist | |
6e3837d0 | 33 | samples/minimal/borland_ide.cpp {major release only} |
7de9aaf0 | 34 | |
157f035a | 35 | Do not forget to rebake everything after updating version.bkl! |
7ca4d121 RD |
36 | |
37 | 2. When to update the version numbers: | |
38 | ||
157f035a VZ |
39 | Version should be updated immediately after releasing the previous version |
40 | so that the sources in the repository always correspond to the next release | |
41 | and not the past one. | |
7ca4d121 | 42 | |
157f035a | 43 | See also tn0020.txt. |
4d636bdf | 44 | |
7ca4d121 RD |
45 | |
46 | ||
47 | ||
48 | === EOF === | |
49 | ||
7ca4d121 | 50 |