aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-03-15 15:03:13 -0500
committerBenjamin Peterson <benjamin@python.org>2011-03-15 15:03:13 -0500
commitd4acd356b25456280563a38d25a6974919b526ab (patch)
treec013f8dc90e84d2357a137c0acfa490c3b1a016e /Include/patchlevel.h
parentRevert typo fixes in _cytpes/libffi* (diff)
downloadcpython-d4acd356b25456280563a38d25a6974919b526ab.tar.gz
cpython-d4acd356b25456280563a38d25a6974919b526ab.tar.bz2
cpython-d4acd356b25456280563a38d25a6974919b526ab.zip
make this subversion artifact empty
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h5
1 files 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 >= ... */