]>
Commit | Line | Data |
---|---|---|
dae2800a BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: funcmacro_version.h | |
3 | // Purpose: Versioning function and macro group docs | |
4 | // Author: wxWidgets team | |
5 | // RCS-ID: $Id: funcmacro_gdi.h 52454 2008-03-12 19:08:48Z BP $ | |
6 | // Licence: wxWindows license | |
7 | ///////////////////////////////////////////////////////////////////////////// | |
8 | ||
9 | /** | |
10 | ||
11 | @defgroup group_funcmacro_version Versioning | |
12 | @ingroup group_funcmacro | |
13 | ||
14 | The following constants are defined in wxWidgets: | |
15 | ||
16 | @beginDefList | |
17 | @itemdef{ wxMAJOR_VERSION, The major version of wxWidgets } | |
18 | @itemdef{ wxMINOR_VERSION, The minor version of wxWidgets } | |
19 | @itemdef{ wxRELEASE_NUMBER, The release number } | |
20 | @itemdef{ wxSUBRELEASE_NUMBER, The subrelease number which is 0 for all | |
21 | official releases } | |
22 | @endDefList | |
23 | ||
24 | For example, the values or these constants for wxWidgets 2.8.7 | |
25 | are 2, 8, 7 and 0. | |
26 | ||
27 | Additionally, wxVERSION_STRING is a user-readable string containing the full | |
28 | wxWidgets version and wxVERSION_NUMBER is a combination of the three version | |
29 | numbers above: for 2.1.15, it is 2115 and it is 2200 for wxWidgets 2.2. | |
30 | ||
31 | The subrelease number is only used for the sources in between official releases | |
32 | and so normally is not useful. | |
33 | ||
34 | @header{wx/version.h} | |
dae2800a BP |
35 | |
36 | */ | |
37 |