]> git.saurik.com Git - wxWidgets.git/blame - docs/tech/tn0011.txt
my previous backwards compatible fix wasn't really very compatible
[wxWidgets.git] / docs / tech / tn0011.txt
CommitLineData
7ca4d121
RD
1All about wxWindows Version Numbers
2===================================
3
41. Where to update the version numbers:
5
6 There are several places in the wxWindows source tree that
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
19
20
212. When to update the version numbers:
22
23 [ To be written... ]
24
25
26
27
28=== EOF ===
29
30Version: $Id$
31
32$Log$
6124f5c4
RD
33Revision 1.1 2001/06/08 04:26:35 RD
34move the tech note to a correctly named file
35
7ca4d121 36Revision 1.1 2001/06/06 16:44:25 RD
6124f5c4 37
7ca4d121
RD
38Added technote about where the version numbers are located.
39