From: Neal Norwitz Date: Fri, 18 Aug 2006 05:41:46 +0000 (+0000) Subject: Set version to 2.6a0, seems more consistent. X-Git-Tag: v2.6a1~2779 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d5a4e359e0edf94f1fc4c797509c0c638a8b635;p=thirdparty%2FPython%2Fcpython.git Set version to 2.6a0, seems more consistent. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 75cd8d273ebf..175337085cf1 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -26,7 +26,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.6a1" +#define PY_VERSION "2.6a0" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$"