diff options
author | Guido van Rossum <guido@python.org> | 2007-10-20 00:05:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-10-20 00:05:19 (GMT) |
commit | 6643cb2a7ab0b54748cc54303d0d79c4489b6933 (patch) | |
tree | ed124c8dc7f66a9b66b66a5f578ac6b08a1c9c72 /Include/patchlevel.h | |
parent | ce3a72aec6eaa0293c397c8d0407f7afe0072b2f (diff) | |
download | cpython-6643cb2a7ab0b54748cc54303d0d79c4489b6933.zip cpython-6643cb2a7ab0b54748cc54303d0d79c4489b6933.tar.gz cpython-6643cb2a7ab0b54748cc54303d0d79c4489b6933.tar.bz2 |
Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-)
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 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$" |