diff options
author | Barry Warsaw <barry@python.org> | 2008-09-12 23:25:57 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-09-12 23:25:57 +0000 |
commit | a4b595967bc3ad6ebe3bb0e85ac0851dc87c08c4 (patch) | |
tree | c681d6b9c09b7d62769f80bc2841f7d257d7d4b8 /Include/patchlevel.h | |
parent | 904e8fb6f558daebeab6f9a4cad3044b13338d23 (diff) | |
download | cpython-a4b595967bc3ad6ebe3bb0e85ac0851dc87c08c4.tar.gz |
Bumping to 2.6rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 61f12b4f60..6ed78576a8 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,11 +23,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.6b3+" +#define PY_VERSION "2.6rc1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |