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 | 1e62aec3ed8c8c7b23ab56b46e250e9be2d40681 (patch) | |
tree | 404acf891f6fd35261039f1d0c024e1c27633f29 /Include/patchlevel.h | |
parent | Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concu... (diff) | |
download | cpython-1e62aec3ed8c8c7b23ab56b46e250e9be2d40681.tar.gz cpython-1e62aec3ed8c8c7b23ab56b46e250e9be2d40681.tar.bz2 cpython-1e62aec3ed8c8c7b23ab56b46e250e9be2d40681.zip |
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 61f12b4f603..6ed78576a80 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) */ |