Version: 3.1.5
Loading...
Searching...
No Matches

The following constants are defined in wxWidgets:

wxMAJOR_VERSIONThe major version of wxWidgets
wxMINOR_VERSIONThe minor version of wxWidgets
wxRELEASE_NUMBERThe release number
wxSUBRELEASE_NUMBERThe subrelease number which is 0 for all official releases

For example, the values or these constants for wxWidgets 2.8.7 are 2, 8, 7 and 0.

Additionally, wxVERSION_STRING is a user-readable string containing the full wxWidgets version and wxVERSION_NUMBER is a combination of the three version numbers above: for 2.1.15, it is 2115 and it is 2200 for wxWidgets 2.2.

The subrelease number is only used for the sources in between official releases and so normally is not useful.

Include file:

#include <wx/version.h>