From: Benjamin Peterson Date: Tue, 15 Mar 2011 20:03:13 +0000 (-0500) Subject: make this subversion artifact empty X-Git-Tag: v2.7.2rc1~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4acd356b25456280563a38d25a6974919b526ab;p=python make this subversion artifact empty --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 42d5cedd9a..12f599c75b 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -30,8 +30,9 @@ #define PY_VERSION "2.7.1+" /*--end constants--*/ -/* Subversion Revision number of this file (not of the repository) */ -#define PY_PATCHLEVEL_REVISION "$Revision$" +/* Subversion Revision number of this file (not of the repository). Empty + since Mercurial migration. */ +#define PY_PATCHLEVEL_REVISION "" /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */