]> granicus.if.org Git - python/commitdiff
make this subversion artifact empty
authorBenjamin Peterson <benjamin@python.org>
Tue, 15 Mar 2011 20:03:13 +0000 (15:03 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 15 Mar 2011 20:03:13 +0000 (15:03 -0500)
Include/patchlevel.h

index 42d5cedd9abcae8e6dd15d1220a40349c079f793..12f599c75b310cb6a766973f0899ce50f9b0dadb 100644 (file)
@@ -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 >= ... */