X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cab1a6053dce9f0a2dcd87d8e2d12d8633f4785f..8da1f9a99ee0ff9493cc7845ec13100cdeac431c:/include/wx/version.h diff --git a/include/wx/version.h b/include/wx/version.h index c15ebd33f3..fde4663180 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -21,9 +21,9 @@ /* so don't change its format too much or they could break */ #define wxMAJOR_VERSION 2 #define wxMINOR_VERSION 5 -#define wxRELEASE_NUMBER 2 -#define wxSUBRELEASE_NUMBER 9 -#define wxVERSION_STRING _T("wxWidgets 2.5.2") +#define wxRELEASE_NUMBER 3 +#define wxSUBRELEASE_NUMBER 3 +#define wxVERSION_STRING _T("wxWidgets 2.5.3") /* nothing to update below this line when updating the version */ /* ---------------------------------------------------------------------------- */