]>
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 | |
92568b11 | 13 | {wx}/include/msvc/wx/setup.h |
7ca4d121 | 14 | {wx}/src/wxvc_dll.dsp |
143f778f | 15 | {wx}/samples/minimal/borland_ide.cpp |
af0ee083 | 16 | {wx}/docs/latex/wx/manual.tex |
0882eb4e | 17 | {wx}/docs/msw/install.txt {major release only} |
7ca4d121 | 18 | {wx}/docs/changes.txt |
10498b33 | 19 | {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl |
25d7c7e8 CE |
20 | {wx}/build/script/win_docs.bat {windows doc and setup file} |
21 | {wx}/distrib/scripts/build-environ.cfg {cvs tar and zip files} | |
0882eb4e | 22 | {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 | ||
31 | ||
32 | ||
33 | ||
34 | === EOF === | |
35 | ||
36 | Version: $Id$ | |
37 | ||
38 | $Log$ | |
143f778f CE |
39 | Revision 1.11 2007/04/26 14:03:29 CE |
40 | add Borland Developer Studio and Turbo Explorer info | |
41 | ||
af0ee083 VZ |
42 | Revision 1.10 2007/01/07 22:28:07 VZ |
43 | also update manual.tex | |
44 | ||
7de9aaf0 VZ |
45 | Revision 1.9 2007/01/07 21:34:40 VZ |
46 | added a script to update release version field | |
47 | ||
4e6dfb06 VZ |
48 | Revision 1.8 2006/11/12 20:13:09 VZ |
49 | removed obsolete src/make*.env files | |
50 | ||
25d7c7e8 CE |
51 | Revision 1.7 2006/11/12 18:55:33 CE |
52 | add places to change the version for distribution | |
53 | ||
92568b11 VZ |
54 | Revision 1.6 2006/11/11 20:23:18 VZ |
55 | added include/msvc/wx/setup.h | |
56 | ||
ded24047 WS |
57 | Revision 1.5 2006/11/09 21:22:18 ABX |
58 | Mention changes for setup.exe | |
59 | ||
10498b33 VZ |
60 | Revision 1.4 2005/10/06 09:09:18 VZ |
61 | another file where the version should be updated | |
62 | ||
fc2171bd JS |
63 | Revision 1.3 2004/05/04 08:26:58 JS |
64 | Name change replacements | |
65 | ||
feebe03b DS |
66 | Revision 1.2 2003/11/18 16:38:48 DS |
67 | Horizontally aligned header (Like other technotes). | |
68 | ||
6124f5c4 RD |
69 | Revision 1.1 2001/06/08 04:26:35 RD |
70 | move the tech note to a correctly named file | |
71 | ||
7ca4d121 | 72 | Revision 1.1 2001/06/06 16:44:25 RD |
6124f5c4 | 73 | |
7ca4d121 RD |
74 | Added technote about where the version numbers are located. |
75 |