]>
Commit | Line | Data |
---|---|---|
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 files must be edited: | |
9 | ||
10 | {wx}/configure.in | |
11 | {wx}/*.spec | |
12 | {wx}/include/wx/version.h | |
13 | {wx}/include/msvc/wx/setup.h | |
14 | {wx}/src/wxvc_dll.dsp | |
15 | {wx}/docs/latex/wx/manual.tex | |
16 | {wx}/docs/changes.txt | |
17 | {wx}/docs/gtk/changes.txt | |
18 | {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl | |
19 | {wx}/build/script/win_docs.bat {windows doc and setup file} | |
20 | {wx}/distrib/scripts/build-environ.cfg {cvs tar and zip files} | |
21 | ||
22 | The script misc/scripts/inc_release can be used for incrementing | |
23 | the release field of the version, i.e. changing 2.8.x to 2.8.x+1. | |
24 | ||
25 | 2. When to update the version numbers: | |
26 | ||
27 | [ To be written... ] | |
28 | ||
29 | ||
30 | ||
31 | ||
32 | === EOF === | |
33 | ||
34 | Version: $Id$ | |
35 | ||
36 | $Log$ | |
37 | Revision 1.10 2007/01/07 22:28:07 VZ | |
38 | also update manual.tex | |
39 | ||
40 | Revision 1.9 2007/01/07 21:34:40 VZ | |
41 | added a script to update release version field | |
42 | ||
43 | Revision 1.8 2006/11/12 20:13:09 VZ | |
44 | removed obsolete src/make*.env files | |
45 | ||
46 | Revision 1.7 2006/11/12 18:55:33 CE | |
47 | add places to change the version for distribution | |
48 | ||
49 | Revision 1.6 2006/11/11 20:23:18 VZ | |
50 | added include/msvc/wx/setup.h | |
51 | ||
52 | Revision 1.5 2006/11/09 21:22:18 ABX | |
53 | Mention changes for setup.exe | |
54 | ||
55 | Revision 1.4 2005/10/06 09:09:18 VZ | |
56 | another file where the version should be updated | |
57 | ||
58 | Revision 1.3 2004/05/04 08:26:58 JS | |
59 | Name change replacements | |
60 | ||
61 | Revision 1.2 2003/11/18 16:38:48 DS | |
62 | Horizontally aligned header (Like other technotes). | |
63 | ||
64 | Revision 1.1 2001/06/08 04:26:35 RD | |
65 | move the tech note to a correctly named file | |
66 | ||
67 | Revision 1.1 2001/06/06 16:44:25 RD | |
68 | ||
69 | Added technote about where the version numbers are located. | |
70 |