]> git.saurik.com Git - wxWidgets.git/blob - docs/tech/tn0011.txt
Mention changes for setup.exe
[wxWidgets.git] / docs / tech / tn0011.txt
1 All about wxWidgets Version Numbers
2 ===================================
3
4 1. Where to update the version numbers:
5
6 There are several places in the wxWidgets 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 {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl
20 {wx}/build/script/wxwidgets.iss - AppVerName
21 {wx}/build/script/wxwidgets.iss - [Icons] section
22
23
24 2. When to update the version numbers:
25
26 [ To be written... ]
27
28
29
30
31 === EOF ===
32
33 Version: $Id$
34
35 $Log$
36 Revision 1.5 2006/11/09 21:22:18 ABX
37 Mention changes for setup.exe
38
39 Revision 1.4 2005/10/06 09:09:18 VZ
40 another file where the version should be updated
41
42 Revision 1.3 2004/05/04 08:26:58 JS
43 Name change replacements
44
45 Revision 1.2 2003/11/18 16:38:48 DS
46 Horizontally aligned header (Like other technotes).
47
48 Revision 1.1 2001/06/08 04:26:35 RD
49 move the tech note to a correctly named file
50
51 Revision 1.1 2001/06/06 16:44:25 RD
52
53 Added technote about where the version numbers are located.
54