]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/groups/funcmacro_version.h
   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 licence 
   7 ///////////////////////////////////////////////////////////////////////////// 
  11 @defgroup group_funcmacro_version Versioning 
  12 @ingroup group_funcmacro 
  14 The following constants are defined in wxWidgets: 
  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 
  24 For example, the values or these constants for wxWidgets 2.8.7 
  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. 
  31 The subrelease number is only used for the sources in between official releases 
  32 and so normally is not useful.