From 8626e30a2ba8fce79134e077537f3a598517fc05 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 11 Nov 2013 13:10:36 +0000 Subject: [PATCH] Update the version in wx/version.h and add an item for it to the docs. Mention the need to udpate this file in the release checklist. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/tech/tn0022.txt | 2 ++ include/wx/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tech/tn0022.txt b/docs/tech/tn0022.txt index 0465b0d83d..fead3c9a80 100644 --- a/docs/tech/tn0022.txt +++ b/docs/tech/tn0022.txt @@ -4,6 +4,8 @@ Before making the release ------------------------- +Change the version in include/wx/version.h. + Update docs/readme.txt. Please review its contents in addition to just changing the version number. diff --git a/include/wx/version.h b/include/wx/version.h index 904b06f73c..da3b44c7f1 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-rc2") +#define wxVERSION_STRING wxT("wxWidgets 3.0.0") /* nothing to update below this line when updating the version */ /* ---------------------------------------------------------------------------- */