diff --git a/include/wx/version.h b/include/wx/version.h index 5e10967f1a..b1649d74ef 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -28,8 +28,8 @@ #define wxMAJOR_VERSION 3 #define wxMINOR_VERSION 2 #define wxRELEASE_NUMBER 0 -#define wxSUBRELEASE_NUMBER 0 -#define wxVERSION_STRING wxT("wxWidgets 3.2.0 RC1") +#define wxSUBRELEASE_NUMBER 1 +#define wxVERSION_STRING wxT("wxWidgets 3.2.0") /* nothing to update below this line when updating the version */ /* ---------------------------------------------------------------------------- */