diff options
author | Georg Brandl <georg@python.org> | 2010-11-16 15:15:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-16 15:15:56 (GMT) |
commit | 9b0034d04069801d5d8685852754c5c8edc88db7 (patch) | |
tree | 214be1592979e6673cc498f1cd2953e83ac32477 /Include/patchlevel.h | |
parent | 97b20da02f0dbb8c91c8727a49378d45b9c3de43 (diff) | |
download | cpython-9b0034d04069801d5d8685852754c5c8edc88db7.zip cpython-9b0034d04069801d5d8685852754c5c8edc88db7.tar.gz cpython-9b0034d04069801d5d8685852754c5c8edc88db7.tar.bz2 |
Post-release bumps.
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 1b77067..2bda30d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.2a4" +#define PY_VERSION "3.2a4+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |