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 | ec4b44b2dac099bd3b3806be3f5d5b550c4356dc (patch) | |
tree | fd4dfcebd72aa7b495f71c56920864e230ce5162 /Include | |
parent | 7dedcb46441803444a3bdb0f9773d9d9b10186e9 (diff) | |
download | cpython-ec4b44b2dac099bd3b3806be3f5d5b550c4356dc.zip cpython-ec4b44b2dac099bd3b3806be3f5d5b550c4356dc.tar.gz cpython-ec4b44b2dac099bd3b3806be3f5d5b550c4356dc.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 61d898c..58a79fe 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -26,8 +26,9 @@ #define PY_VERSION "3.1.3+" /*--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 >= ... */ |