diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-03-15 20:05:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-03-15 20:05:22 (GMT) |
commit | bb375d66b8d5b1132d6917f1d1c681742a9bdbdf (patch) | |
tree | 2694df837b2b55141221817f88a3663931f5df50 /Include | |
parent | c15799f88a8add3c40bee7692b525d8a9182e491 (diff) | |
parent | 274f5fa5010994ba9ddca6181b16ae751df17976 (diff) | |
download | cpython-bb375d66b8d5b1132d6917f1d1c681742a9bdbdf.zip cpython-bb375d66b8d5b1132d6917f1d1c681742a9bdbdf.tar.gz cpython-bb375d66b8d5b1132d6917f1d1c681742a9bdbdf.tar.bz2 |
merge 3.2
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 eacf840..116be89 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -26,8 +26,9 @@ #define PY_VERSION "3.3a0" /*--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 >= ... */ |