From 44c1bdc56adf4de5dff8cebd1795cec71c7b5487 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 16 Feb 2011 20:53:53 +0000 Subject: [PATCH] Updated version git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@66910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/version.h b/include/wx/version.h index e11f54bab5..2c0ca9d418 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -28,9 +28,9 @@ /* NB: this file is parsed by automatic tools so don't change its format! */ #define wxMAJOR_VERSION 2 #define wxMINOR_VERSION 8 -#define wxRELEASE_NUMBER 11 +#define wxRELEASE_NUMBER 12 #define wxSUBRELEASE_NUMBER 0 -#define wxVERSION_STRING wxT("wxWidgets 2.8.11") +#define wxVERSION_STRING wxT("wxWidgets 2.8.12") /* nothing to update below this line when updating the version */ /* ---------------------------------------------------------------------------- */