]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 61d898cc5a6eb0aeca4312cab9d11c7a1f67ad8e..58a79fef7fddd8c931ee41c12514d7ff38993188 100644 (file)
@@ -26,8 +26,9 @@
 #define PY_VERSION             "3.1.3+"
 /*--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 >= ... */