diff options
| author | Brett Cannon <brett@python.org> | 2011-03-15 21:23:21 (GMT) |
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2011-03-15 21:23:21 (GMT) |
| commit | f434ba9e4ef5a68940757ba5e3527dd02fdb53ca (patch) | |
| tree | a07c3480561906d1aa0ce04ea6cbd2b732ff3cca /Include/patchlevel.h | |
| parent | f30645d5521afe5537befd0d9e84a7c539135cdc (diff) | |
| parent | 765dcdede824c41011228461e4a5fdaec6fc90d2 (diff) | |
| download | cpython-f434ba9e4ef5a68940757ba5e3527dd02fdb53ca.zip cpython-f434ba9e4ef5a68940757ba5e3527dd02fdb53ca.tar.gz cpython-f434ba9e4ef5a68940757ba5e3527dd02fdb53ca.tar.bz2 | |
merge
Diffstat (limited to 'Include/patchlevel.h')
| -rw-r--r-- | Include/patchlevel.h | 3 |
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) | \ |
