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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6643cb2a7ab0b54748cc54303d0d79c4489b6933;p=thirdparty%2FPython%2Fcpython.git 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 62a1312cdbed..53554aa2598d 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$"