commit | 6643cb2a7ab0b54748cc54303d0d79c4489b6933 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Oct 20 00:05:19 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Oct 20 00:05:19 2007 +0000 |
tree | ed124c8dc7f66a9b66b66a5f578ac6b08a1c9c72 | |
parent | ce3a72aec6eaa0293c397c8d0407f7afe0072b2f [diff] [blame] |
Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-)
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 62a1312..53554aa 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h
@@ -22,7 +22,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.0a1" +#define PY_VERSION "3.0a1+" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$"