diff options
author | Guido van Rossum <guido@python.org> | 2001-04-16 00:33:29 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-04-16 00:33:29 (GMT) |
commit | a7a391c580aabe48e397616da0ce87199e37d8ce (patch) | |
tree | 8ea9aed1cfc69ce801ec8f97538605d14a18229d /Include | |
parent | 42f92da307dfa466bc7d665c4e717af47c27d393 (diff) | |
download | cpython-a7a391c580aabe48e397616da0ce87199e37d8ce.zip cpython-a7a391c580aabe48e397616da0ce87199e37d8ce.tar.gz cpython-a7a391c580aabe48e397616da0ce87199e37d8ce.tar.bz2 |
We need another release candidate after so many "small" changes.
DO NOT CHECK ANYTHHING IN FROM NOW ON WITHOUT ASKING ME.
Diffstat (limited to 'Include')
-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 8ca6dd8..9013a50 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -26,10 +26,10 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.1c1" +#define PY_VERSION "2.1c2" /* Historic */ -#define PATCHLEVEL "2.1c1" +#define PATCHLEVEL "2.1c2" /* 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 >= ... */ |