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, 3 insertions, 0 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 58ba053..2904fb6 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -28,6 +28,9 @@
/* Version as a string */
#define PY_VERSION "2.5a0"
+/* 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) | \