From: Fred Drake Date: Tue, 8 Feb 2005 05:58:05 +0000 (+0000) Subject: bump version number X-Git-Tag: v2.3.5~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=667486003c9eb6535355beef92eb767504e4f9d2;p=thirdparty%2FPython%2Fcpython.git bump version number --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index d5bbcb53f367..8c278ea8dad5 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,8 +22,8 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 5 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ #define PY_VERSION "2.3.5c1"