1 All about wxWidgets Version Numbers
2 ===================================
4 1. Where to update the version numbers:
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:
12 {wx}/include/wx/version.h
13 {wx}/include/msvc/wx/setup.h
19 {wx}/docs/gtk/changes.txt
20 {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl
21 {wx}/build/script/wxwidgets.iss - AppVerName
22 {wx}/build/script/wxwidgets.iss - [Icons] section
25 2. When to update the version numbers:
37 Revision 1.6 2006/11/11 20:23:18 VZ
38 added include/msvc/wx/setup.h
40 Revision 1.5 2006/11/09 21:22:18 ABX
41 Mention changes for setup.exe
43 Revision 1.4 2005/10/06 09:09:18 VZ
44 another file where the version should be updated
46 Revision 1.3 2004/05/04 08:26:58 JS
47 Name change replacements
49 Revision 1.2 2003/11/18 16:38:48 DS
50 Horizontally aligned header (Like other technotes).
52 Revision 1.1 2001/06/08 04:26:35 RD
53 move the tech note to a correctly named file
55 Revision 1.1 2001/06/06 16:44:25 RD
57 Added technote about where the version numbers are located.