summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
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
commitfa64226513c6f5b6922645c5444b8a3fe789bd7d (patch)
tree4e78c85844318c035ce8e5f4ea77ffe5128acc5f /Include/patchlevel.h
parent2396e567778f3e5ba7f44a7b9064e55befe77c6f (diff)
downloadcpython-fa64226513c6f5b6922645c5444b8a3fe789bd7d.tar.gz
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 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 >= ... */