From: Fred Drake Date: Fri, 5 Dec 2003 17:56:18 +0000 (+0000) Subject: Bump version number. X-Git-Tag: v2.3.3~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdda514e21b7f2b86dbce9081b57595ae9aab0ed;p=thirdparty%2FPython%2Fcpython.git Bump version number. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b41fdba27665..eb54432d5226 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,10 +23,10 @@ #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 3 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.3.3c1" +#define PY_VERSION "2.3.3c2" /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */