Author: guido.van.rossum Date: Sat Oct 20 02:05:19 2007 New Revision: 58554
Modified: python/branches/py3k/Include/patchlevel.h Log: Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-) Modified: python/branches/py3k/Include/patchlevel.h ============================================================================== --- python/branches/py3k/Include/patchlevel.h (original) +++ python/branches/py3k/Include/patchlevel.h Sat Oct 20 02:05:19 2007 @@ -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$" _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
