From: Guido van Rossum Date: Sat, 20 Oct 2007 00:05:19 +0000 (+0000) Subject: Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-) X-Git-Tag: v3.0a2~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6643cb2a7ab0b54748cc54303d0d79c4489b6933;p=python 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 62a1312cdb..53554aa259 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$"