X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f1af9204f1813a10e2c59a5f9b28a7eec630861..439479796a09c87993223c043553ccdc6cd66aed:/include/wx/version.h diff --git a/include/wx/version.h b/include/wx/version.h index deafa618a1..77e1bbf05a 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -14,12 +14,12 @@ /* Bump-up with each new version */ #define wxMAJOR_VERSION 2 -#define wxMINOR_VERSION 0 -#define wxRELEASE_NUMBER 0 -#define wxVERSION_STRING "wxWindows 2.0" +#define wxMINOR_VERSION 1 +#define wxRELEASE_NUMBER 14 +#define wxVERSION_STRING "wxWindows 2.1.14" #define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER -#define wxBETA_NUMBER 17 +#define wxBETA_NUMBER 0 #define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0) #endif - // _WX_VERSIONH__ +// _WX_VERSIONH__