]> git.saurik.com Git - wxWidgets.git/blame - docs/tech/tn0011.txt
added a small helper ToggleWindowStyle() function
[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
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
RD
14 {wx}/src/wxvc_dll.dsp
15 {wx}/docs/changes.txt
16 {wx}/docs/gtk/changes.txt
10498b33 17 {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl
25d7c7e8
CE
18 {wx}/build/script/win_docs.bat {windows doc and setup file}
19 {wx}/distrib/scripts/build-environ.cfg {cvs tar and zip files}
20
7ca4d121
RD
21
222. When to update the version numbers:
23
24 [ To be written... ]
25
26
27
28
29=== EOF ===
30
31Version: $Id$
32
33$Log$
4e6dfb06
VZ
34Revision 1.8 2006/11/12 20:13:09 VZ
35removed obsolete src/make*.env files
36
25d7c7e8
CE
37Revision 1.7 2006/11/12 18:55:33 CE
38add places to change the version for distribution
39
92568b11
VZ
40Revision 1.6 2006/11/11 20:23:18 VZ
41added include/msvc/wx/setup.h
42
ded24047
WS
43Revision 1.5 2006/11/09 21:22:18 ABX
44Mention changes for setup.exe
45
10498b33
VZ
46Revision 1.4 2005/10/06 09:09:18 VZ
47another file where the version should be updated
48
fc2171bd
JS
49Revision 1.3 2004/05/04 08:26:58 JS
50Name change replacements
51
feebe03b
DS
52Revision 1.2 2003/11/18 16:38:48 DS
53Horizontally aligned header (Like other technotes).
54
6124f5c4
RD
55Revision 1.1 2001/06/08 04:26:35 RD
56move the tech note to a correctly named file
57
7ca4d121 58Revision 1.1 2001/06/06 16:44:25 RD
6124f5c4 59
7ca4d121
RD
60Added technote about where the version numbers are located.
61