diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-03-15 20:03:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-03-15 20:03:13 (GMT) |
commit | d4acd356b25456280563a38d25a6974919b526ab (patch) | |
tree | c013f8dc90e84d2357a137c0acfa490c3b1a016e /Include | |
parent | 8d77efc234ce0c2a12c0ab25266ace8e7180a890 (diff) | |
download | cpython-d4acd356b25456280563a38d25a6974919b526ab.zip cpython-d4acd356b25456280563a38d25a6974919b526ab.tar.gz cpython-d4acd356b25456280563a38d25a6974919b526ab.tar.bz2 |
make this subversion artifact empty
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 42d5ced..12f599c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -30,8 +30,9 @@ #define PY_VERSION "2.7.1+" /*--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 >= ... */ |