From 6643cb2a7ab0b54748cc54303d0d79c4489b6933 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 20 Oct 2007 00:05:19 +0000 Subject: [PATCH] Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-) --- Include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$" -- 2.47.3