diff options
author | Barry Warsaw <barry@python.org> | 2008-06-19 02:31:54 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-06-19 02:31:54 +0000 |
commit | 060792cdc3a62aa545282ff97143b8c10724523c (patch) | |
tree | 00c1e11ca12c1d6a9fc2d59cb12f07ecc29439e9 /Include/patchlevel.h | |
parent | 78ad2c05ae7c4dbdfbfece5f105f08a09894b3f8 (diff) | |
download | cpython-git-060792cdc3a62aa545282ff97143b8c10724523c.tar.gz |
Post release changes
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 79ddbb7cff..360be0358c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.6b1" +#define PY_VERSION "2.6b1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |