diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-03-14 22:43:45 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-03-14 22:43:45 (GMT) |
commit | 21c9324bcb8fe186af8549fe21b65876ef85ecb0 (patch) | |
tree | f1e10a58a16799654cabf63fa5cc6f23372ea30c /Include | |
parent | ca1e941038e9477226b8d89009f1b1c0f16bbae4 (diff) | |
download | cpython-21c9324bcb8fe186af8549fe21b65876ef85ecb0.zip cpython-21c9324bcb8fe186af8549fe21b65876ef85ecb0.tar.gz cpython-21c9324bcb8fe186af8549fe21b65876ef85ecb0.tar.bz2 |
Rename this build 2.2.1c1.
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 8620ed4..7a9f8d8 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,11 +22,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 1 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.2.1a1" +#define PY_VERSION "2.2.1c1" /* 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 >= ... */ |