diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-12-05 18:40:02 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-12-05 18:40:02 +0000 |
commit | 4f51baf466ab533f9747e418d6c13d9a11edffc8 (patch) | |
tree | 3f1a2a9db1b5dcb605567b0576b683a270b4faf5 /Include/patchlevel.h | |
parent | d2bdd503dfa217da97c7bef6061df4b809cb9b17 (diff) | |
download | cpython-git-4f51baf466ab533f9747e418d6c13d9a11edffc8.tar.gz |
post release version bump
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 4c9b0d0a91..a982d8ec68 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.7a1" +#define PY_VERSION "2.7a1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |