diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2011-01-01 21:18:46 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2011-01-01 21:18:46 (GMT) |
commit | 60db46758fa4dd5786a17226794c8b1eaa3c6094 (patch) | |
tree | 0e6a630540f09f24ff013454232ed93badc9a868 /Include/patchlevel.h | |
parent | 834cb394c3af3fb9f1b7f5ae88d466634446460a (diff) | |
download | cpython-60db46758fa4dd5786a17226794c8b1eaa3c6094.zip cpython-60db46758fa4dd5786a17226794c8b1eaa3c6094.tar.gz cpython-60db46758fa4dd5786a17226794c8b1eaa3c6094.tar.bz2 |
post release 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 5ecf3c6..6e2b6f7 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.2b2" +#define PY_VERSION "3.2b2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |