commit | a9d499d791e0f040e62dc2005103d362db461e3c | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Sat Mar 01 18:38:07 2008 +0000 |
committer | Barry Warsaw <barry@python.org> | Sat Mar 01 18:38:07 2008 +0000 |
tree | ef89430ab01dc1488487d41b4f412de7ec472121 | |
parent | c69df6638e3cbb8077c7d89a1bcb0ba3e7ace2a7 [diff] [blame] |
Prep for 3.0a4
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$"