summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-15 13:01:04 -0500
committerBenjamin Peterson <benjamin@python.org>2012-03-15 13:01:04 -0500
commitd3c3c2063f951f3bd1303d64a0809dae154f51af (patch)
treee531346fff330191223342836b979de8372553cd /Include
parentddb5edcd60f4807ef2cdb354394551655cf1b270 (diff)
parent1060df501bb4d8f651a3ef229d632d5437a3ebd3 (diff)
downloadcpython-d3c3c2063f951f3bd1303d64a0809dae154f51af.tar.gz
merge from 2.7 release branch
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index ba9e14033b..107eb1eb59 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -6,7 +6,7 @@
defined(PY_MAJOR_VERSION).
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.
*/