From ab0ef20663ee64667cc979f6810e60914d26d149 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 1 May 2012 09:35:18 +0200 Subject: Bump to 3.3.0a3. --- 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 f81c3391a0..c28bdb4201 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.3.0a2+" +#define PY_VERSION "3.3.0a3" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. -- cgit v1.2.1