diff options
| author | Barry Warsaw <barry@python.org> | 2008-06-19 02:31:54 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2008-06-19 02:31:54 (GMT) |
| commit | 060792cdc3a62aa545282ff97143b8c10724523c (patch) | |
| tree | 00c1e11ca12c1d6a9fc2d59cb12f07ecc29439e9 | |
| parent | 78ad2c05ae7c4dbdfbfece5f105f08a09894b3f8 (diff) | |
| download | cpython-060792cdc3a62aa545282ff97143b8c10724523c.zip cpython-060792cdc3a62aa545282ff97143b8c10724523c.tar.gz cpython-060792cdc3a62aa545282ff97143b8c10724523c.tar.bz2 | |
Post release changes
| -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 79ddbb7..360be03 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) */ |
