diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-03-15 20:04:06 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-03-15 20:04:06 (GMT) |
commit | 274f5fa5010994ba9ddca6181b16ae751df17976 (patch) | |
tree | 3b599a3a228809a1497a60919f1e74b6c3454d75 | |
parent | cdc4f963cc6196d0b00985f6d5d980fab25c5a98 (diff) | |
parent | ec4b44b2dac099bd3b3806be3f5d5b550c4356dc (diff) | |
download | cpython-274f5fa5010994ba9ddca6181b16ae751df17976.zip cpython-274f5fa5010994ba9ddca6181b16ae751df17976.tar.gz cpython-274f5fa5010994ba9ddca6181b16ae751df17976.tar.bz2 |
merge 3.1
-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 f1e619f..e6a4902 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -26,8 +26,9 @@ #define PY_VERSION "3.2.1a0" /*--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 >= ... */ |