diff options
author | Barry Warsaw <barry@python.org> | 2008-04-03 04:14:19 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-04-03 04:14:19 (GMT) |
commit | 01d71f9766624db97f8eab466ac0b2d8d7871446 (patch) | |
tree | c563aecb29c1bf02def283596316282a226c7c4f /Include | |
parent | b1a896433d343642e6f9ec9cd7f5cac9ae1d2674 (diff) | |
download | cpython-01d71f9766624db97f8eab466ac0b2d8d7871446.zip cpython-01d71f9766624db97f8eab466ac0b2d8d7871446.tar.gz cpython-01d71f9766624db97f8eab466ac0b2d8d7871446.tar.bz2 |
Post tag version tweak
Diffstat (limited to 'Include')
-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 ff618f1..c55e8d0 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.6a2" +#define PY_VERSION "2.6a2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |