diff options
author | Barry Warsaw <barry@python.org> | 2008-09-12 23:35:48 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-09-12 23:35:48 +0000 |
commit | f5f9d99974febbff6d4d55ef36bbfa0c71ed0738 (patch) | |
tree | c61957ee878eb63e7e27969bfe5fdbcf3b352cff | |
parent | Bumping to 2.6rc1 (diff) | |
download | cpython-2.6rc1.tar.gz cpython-2.6rc1.tar.bz2 cpython-2.6rc1.zip |
Fix the release levelv2.6rc1
-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 6ed78576a80..e1bca72e636 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,8 +23,8 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ #define PY_VERSION "2.6rc1" |