diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-02-06 18:26:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-02-06 18:26:27 (GMT) |
commit | 2d798ac619788e32cf15425802db0fa8179d6865 (patch) | |
tree | f3eae73d9098879804102d5d908e8d63749a469a /Include | |
parent | d065b0ed8707d0081711315fab11a51b18a10b46 (diff) | |
download | cpython-2d798ac619788e32cf15425802db0fa8179d6865.zip cpython-2d798ac619788e32cf15425802db0fa8179d6865.tar.gz cpython-2d798ac619788e32cf15425802db0fa8179d6865.tar.bz2 |
post release updates
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 9edddf6..70fb530 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "2.7a3" +#define PY_VERSION "2.7a3+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |