From: Tim Peters Date: Tue, 29 Jul 2003 00:21:36 +0000 (+0000) Subject: Repair botched release serial number. X-Git-Tag: v2.3.1~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7e609140e9bca3da3193f121d5ee5bcb974eb61;p=thirdparty%2FPython%2Fcpython.git Repair botched release serial number. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 4ace1e422678..1e3dfc198fd9 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 0 /* Version as a string */ #define PY_VERSION "2.3"