diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:14:35 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:14:35 (GMT) |
commit | d83be23689c50f81d2df040cd047e9100e004c3f (patch) | |
tree | 3aafc3c3177634384e6bc4624f9fae19c707c08c /Include/patchlevel.h | |
parent | 9fd170e2d053bd86592b8728bdd00cf2d2a06d0b (diff) | |
parent | 0f4c16e29cd7925bd99cb68dba5595eed6e19b62 (diff) | |
download | cpython-d83be23689c50f81d2df040cd047e9100e004c3f.zip cpython-d83be23689c50f81d2df040cd047e9100e004c3f.tar.gz cpython-d83be23689c50f81d2df040cd047e9100e004c3f.tar.bz2 |
merge 3.1
Diffstat (limited to 'Include/patchlevel.h')
-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 334478d..83165a2 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. */ |