]> git.saurik.com Git - wxWidgets.git/blame - docs/tech/tn0011.txt
fix some compile/link errors
[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
RD
7 define the version number for the library. When updating the
8 version number all of these places need edited:
9
10 {wx}/configure.in
11 {wx}/*.spec
12 {wx}/include/wx/version.h
13 {wx}/src/makeb32.env
14 {wx}/src/makeg95.env
15 {wx}/src/makevc.env
16 {wx}/src/wxvc_dll.dsp
17 {wx}/docs/changes.txt
18 {wx}/docs/gtk/changes.txt
10498b33 19 {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl
7ca4d121
RD
20
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$
10498b33
VZ
34Revision 1.4 2005/10/06 09:09:18 VZ
35another file where the version should be updated
36
fc2171bd
JS
37Revision 1.3 2004/05/04 08:26:58 JS
38Name change replacements
39
feebe03b
DS
40Revision 1.2 2003/11/18 16:38:48 DS
41Horizontally aligned header (Like other technotes).
42
6124f5c4
RD
43Revision 1.1 2001/06/08 04:26:35 RD
44move the tech note to a correctly named file
45
7ca4d121 46Revision 1.1 2001/06/06 16:44:25 RD
6124f5c4 47
7ca4d121
RD
48Added technote about where the version numbers are located.
49