From 8a60e94802b04a838607b4aebba6fc8b70f7b87c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 19 Dec 2010 10:30:28 +0000 Subject: Bump to 3.2b2. --- Include/patchlevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Include/patchlevel.h') diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 5dc9596cd0..5ecf3c6ec7 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.2b1" +#define PY_VERSION "3.2b2" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ -- cgit v1.2.1