X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9edf45f116c0281b5efcfa0dd7b2fc2073908f..7b65ea1af911e4ba65c47e2ed4f3138367b2bdbb:/include/wx/version.h diff --git a/include/wx/version.h b/include/wx/version.h index 14c4152056..7b1f21ce05 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -15,10 +15,10 @@ /* Bump-up with each new version */ #define wxMAJOR_VERSION 2 #define wxMINOR_VERSION 1 -#define wxRELEASE_NUMBER 0 -#define wxVERSION_STRING "wxWindows 2.1.0" +#define wxRELEASE_NUMBER 10 +#define wxVERSION_STRING "wxWindows 2.1.10" #define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER -#define wxBETA_NUMBER 9 +#define wxBETA_NUMBER 0 #define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0) #endif