From 0c5036fdcd7f2614aee4c234d698e411436795c4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 16 Jan 2011 08:44:50 +0000 Subject: [PATCH] Post-release updates. --- Include/patchlevel.h | 2 +- Misc/NEWS | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index db3aca0fa4..b19a5c9299 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.2rc1" +#define PY_VERSION "3.2rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Misc/NEWS b/Misc/NEWS index 0eadfbd722..3a3c34b1b9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.2 Release Candidate 2? +============================================= + +*Release date: XX-Jan-2011* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.2 Release Candidate 1 ============================================ -- 2.50.1