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
This commit is contained in:
Vadim Zeitlin
2013-11-11 13:10:36 +00:00
parent c461ac9e39
commit 8626e30a2b
2 changed files with 3 additions and 1 deletions

View File

@@ -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.

View File

@@ -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 */
/* ---------------------------------------------------------------------------- */