diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:39:33 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-03-14 22:39:33 (GMT) |
commit | 3cef2a931c041d0ffd72d701b9bedd0b531bb1a8 (patch) | |
tree | 1c1cd65a68059a8a5a4bfbfb2ac61984e721b5f0 /Include/patchlevel.h | |
parent | c8ff46032f2290ef848aea9485d376dc156347bd (diff) | |
download | cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.zip cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.tar.gz cpython-3cef2a931c041d0ffd72d701b9bedd0b531bb1a8.tar.bz2 |
- rename configure.in to configure.ac
- change references from configure.in to configure.ac
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 33f922c..aa0d6fc 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. */ |