X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9edf45f116c0281b5efcfa0dd7b2fc2073908f..c51deffc32ff80f4ed13a1095bbf2ff44de89505:/include/wx/version.h?ds=inline diff --git a/include/wx/version.h b/include/wx/version.h index 14c4152056..66db031311 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 12 +#define wxVERSION_STRING "wxWindows 2.1.12" #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