]>
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 RD |
9 | |
10 | {wx}/configure.in | |
11 | {wx}/*.spec | |
12 | {wx}/include/wx/version.h | |
bf105693 | 13 | {wx}/include/msvc/wx/setup.h [only major.minor used here] |
143f778f | 14 | {wx}/samples/minimal/borland_ide.cpp |
af0ee083 | 15 | {wx}/docs/latex/wx/manual.tex |
0882eb4e | 16 | {wx}/docs/msw/install.txt {major release only} |
7ca4d121 | 17 | {wx}/docs/changes.txt |
10498b33 | 18 | {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl |
6ca2e4af | 19 | {wx}/build/bakefiles/version.bkl {C:R:A} |
25d7c7e8 | 20 | {wx}/build/script/win_docs.bat {windows doc and setup file} |
4d636bdf | 21 | {wx}/distrib/scripts/build-environ.cfg {SVN tar and zip files} |
4e0ed079 | 22 | {wx}/include/wx/mac/carbon/config_xcode.h |
7de9aaf0 VZ |
23 | |
24 | The script misc/scripts/inc_release can be used for incrementing | |
25 | the release field of the version, i.e. changing 2.8.x to 2.8.x+1. | |
7ca4d121 RD |
26 | |
27 | 2. When to update the version numbers: | |
28 | ||
29 | [ To be written... ] | |
30 | ||
4d636bdf FM |
31 | See tn0020.txt for now. |
32 | ||
7ca4d121 RD |
33 | |
34 | ||
35 | ||
36 | === EOF === | |
37 | ||
38 | Version: $Id$ | |
39 |