diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-15 18:57:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-15 18:57:38 (GMT) |
commit | c7536c4ff5d0ec6924a135004a53b9f0463f3480 (patch) | |
tree | 6f360935768e34bea6b9ccbe209f603b5a4d982f /Include | |
parent | ba98788bc545232a0e1b9458179253cf120176f6 (diff) | |
parent | 20b303ed85162c99577375558a6a1b310e00f3fa (diff) | |
download | cpython-3.1.5rc2.zip cpython-3.1.5rc2.tar.gz cpython-3.1.5rc2.tar.bz2 |
merge headsv3.1.5rc2
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index ac162ab..0bfb782 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -2,7 +2,7 @@ /* Python version identification scheme. When the major or minor version changes, the VERSION variable in - configure.in must also be changed. + configure.ac must also be changed. There is also (independent) API version information in modsupport.h. */ |