]>
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 |
7ca4d121 | 7 | define the version number for the library. When updating the |
92568b11 | 8 | version number all of these files must be edited: |
7ca4d121 | 9 | |
e9c72ade VZ |
10 | configure.in |
11 | *.spec | |
6e3837d0 VZ |
12 | build/bakefiles/version.bkl {C:R:A} |
13 | build/osx/wxvers.xcconfig | |
14 | docs/changes.txt | |
e9c72ade | 15 | docs/doxygen/Doxyfile_inc (PROJECT_NUMBER) |
6e3837d0 | 16 | docs/doxygen/latexdocstart.inc |
e9c72ade VZ |
17 | docs/doxygen/mainpages/manual.h (just date) |
18 | docs/msw/install.txt {major release only} | |
6e3837d0 | 19 | include/wx/version.h |
e9c72ade | 20 | include/wx/osx/config_xcode.h |
6e3837d0 VZ |
21 | samples/Info.plist |
22 | samples/docview/Info.plist | |
23 | samples/minimal/borland_ide.cpp {major release only} | |
7de9aaf0 VZ |
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. | |
7ca4d121 RD |
27 | |
28 | 2. When to update the version numbers: | |
29 | ||
30 | [ To be written... ] | |
31 | ||
4d636bdf FM |
32 | See tn0020.txt for now. |
33 | ||
7ca4d121 RD |
34 | |
35 | ||
36 | ||
37 | === EOF === | |
38 | ||
39 | Version: $Id$ | |
40 |