diff options
author | Barry Warsaw <barry@python.org> | 2008-03-01 18:38:07 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-03-01 18:38:07 (GMT) |
commit | a9d499d791e0f040e62dc2005103d362db461e3c (patch) | |
tree | ef89430ab01dc1488487d41b4f412de7ec472121 /Include | |
parent | c69df6638e3cbb8077c7d89a1bcb0ba3e7ace2a7 (diff) | |
download | cpython-a9d499d791e0f040e62dc2005103d362db461e3c.zip cpython-a9d499d791e0f040e62dc2005103d362db461e3c.tar.gz cpython-a9d499d791e0f040e62dc2005103d362db461e3c.tar.bz2 |
Prep for 3.0a4
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 1f6b27e..a3aac4c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,7 +22,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.0a3" +#define PY_VERSION "3.0a3+" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" |