From 769061a849a1be9fb3b7317ea1c5ece8ff7739ca Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 27 Oct 2013 20:16:07 +0000 Subject: [PATCH] Update the version to 3.0.0-rc2 in wx/version.h as well. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/version.h b/include/wx/version.h index c762d9a9f0..904b06f73c 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -29,7 +29,7 @@ #define wxMINOR_VERSION 0 #define wxRELEASE_NUMBER 0 #define wxSUBRELEASE_NUMBER 0 -#define wxVERSION_STRING wxT("wxWidgets 3.0.0 RC1") +#define wxVERSION_STRING wxT("wxWidgets 3.0.0-rc2") /* nothing to update below this line when updating the version */ /* ---------------------------------------------------------------------------- */