]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/groups/funcmacro_version.h
Fix problem with COMDLG_FILTERSPEC declaration with MinGW-w64 4.8.
[wxWidgets.git] / docs / doxygen / groups / funcmacro_version.h
CommitLineData
dae2800a
BP
1/////////////////////////////////////////////////////////////////////////////
2// Name: funcmacro_version.h
3// Purpose: Versioning function and macro group docs
4// Author: wxWidgets team
526954c5 5// Licence: wxWindows licence
dae2800a
BP
6/////////////////////////////////////////////////////////////////////////////
7
8/**
9
10@defgroup group_funcmacro_version Versioning
11@ingroup group_funcmacro
12
13The following constants are defined in wxWidgets:
14
15@beginDefList
16@itemdef{ wxMAJOR_VERSION, The major version of wxWidgets }
17@itemdef{ wxMINOR_VERSION, The minor version of wxWidgets }
18@itemdef{ wxRELEASE_NUMBER, The release number }
19@itemdef{ wxSUBRELEASE_NUMBER, The subrelease number which is 0 for all
20 official releases }
21@endDefList
22
23For example, the values or these constants for wxWidgets 2.8.7
24are 2, 8, 7 and 0.
25
26Additionally, wxVERSION_STRING is a user-readable string containing the full
27wxWidgets version and wxVERSION_NUMBER is a combination of the three version
28numbers above: for 2.1.15, it is 2115 and it is 2200 for wxWidgets 2.2.
29
30The subrelease number is only used for the sources in between official releases
31and so normally is not useful.
32
33@header{wx/version.h}
dae2800a
BP
34
35*/
36