diff options
author | Fred Drake <fdrake@acm.org> | 2004-07-08 03:59:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-07-08 03:59:33 (GMT) |
commit | 0e43db5baa9e1181bfd57accfec8252b049f20dc (patch) | |
tree | a8b3e4b904918133920eae0bc4bcbc107a0e96ef /Include/patchlevel.h | |
parent | 63a0191c8af880be4bc45ec4147de74b74df10cc (diff) | |
download | cpython-0e43db5baa9e1181bfd57accfec8252b049f20dc.zip cpython-0e43db5baa9e1181bfd57accfec8252b049f20dc.tar.gz cpython-0e43db5baa9e1181bfd57accfec8252b049f20dc.tar.bz2 |
bump the version number for 2.4a1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index afc9c7e..4e9358c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,10 +23,10 @@ #define PY_MINOR_VERSION 4 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 0 +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.4a0" +#define PY_VERSION "2.4a1" /* 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 >= ... */ |