summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index eacf840..d68443e 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -26,9 +26,6 @@
#define PY_VERSION "3.3a0"
/*--end constants--*/
-/* Subversion Revision number of this file (not of the repository) */
-#define PY_PATCHLEVEL_REVISION "$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 >= ... */
#define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \