From abef418df9c192f6416b651478742dff4fe515f0 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 5 Dec 2004 07:45:17 +0000 Subject: once we're post-release, we really need to bump the version number; the documentation build gets the version number from here as well, and the script that updates www.python.org/dev/doc/ needs to get an updated version number --- Include/patchlevel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e0cb424..5c8e8f9 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -21,12 +21,12 @@ /* Version parsed out into numeric values */ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 4 -#define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_MICRO_VERSION 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.4+" +#define PY_VERSION "2.4.1a0" /* 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 >= ... */ -- cgit v0.12