From d4acd356b25456280563a38d25a6974919b526ab Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 15 Mar 2011 15:03:13 -0500 Subject: [PATCH] make this subversion artifact empty --- Include/patchlevel.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 42d5cedd9ab..12f599c75b3 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 >= ... */