summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2011-03-15 21:23:21 (GMT)
committerBrett Cannon <brett@python.org>2011-03-15 21:23:21 (GMT)
commitf434ba9e4ef5a68940757ba5e3527dd02fdb53ca (patch)
treea07c3480561906d1aa0ce04ea6cbd2b732ff3cca /Include/patchlevel.h
parentf30645d5521afe5537befd0d9e84a7c539135cdc (diff)
parent765dcdede824c41011228461e4a5fdaec6fc90d2 (diff)
downloadcpython-f434ba9e4ef5a68940757ba5e3527dd02fdb53ca.zip
cpython-f434ba9e4ef5a68940757ba5e3527dd02fdb53ca.tar.gz
cpython-f434ba9e4ef5a68940757ba5e3527dd02fdb53ca.tar.bz2
merge
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) | \