diff options
author | Barry Warsaw <barry@python.org> | 2008-05-08 15:31:04 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-05-08 15:31:04 (GMT) |
commit | 4a1c213d244f391e4efb4c06857c4fda6fc6e5b5 (patch) | |
tree | 6ae24fcaae45bfcb7e33e3108a18a0e43f5d233b /Include | |
parent | 6f8f2461e5ffd057b5246e31cb542a999dc7ae50 (diff) | |
download | cpython-4a1c213d244f391e4efb4c06857c4fda6fc6e5b5.zip cpython-4a1c213d244f391e4efb4c06857c4fda6fc6e5b5.tar.gz cpython-4a1c213d244f391e4efb4c06857c4fda6fc6e5b5.tar.bz2 |
Post tag 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 c9756ba..4916ee1 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 5 /* Version as a string */ -#define PY_VERSION "3.0a5" +#define PY_VERSION "3.0a5+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |