diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-11-30 14:43:23 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-11-30 14:43:23 (GMT) |
commit | 98b1b02fbf634257bd638dda021372df5b486fc1 (patch) | |
tree | 98fd0a5cb1e53f6006eb4305f8dea56d040dd382 /configure.in | |
parent | cb6c359a6d24208a8cb7081b84418fd2c11929fe (diff) | |
download | cpython-98b1b02fbf634257bd638dda021372df5b486fc1.zip cpython-98b1b02fbf634257bd638dda021372df5b486fc1.tar.gz cpython-98b1b02fbf634257bd638dda021372df5b486fc1.tar.bz2 |
note the version that works
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1af15b3..7a9731e 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *********************************************** dnl * Please run autoreconf to test your changes! * dnl *********************************************** -dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.63). +dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.61). # Set VERSION so we only need to edit in one place (i.e., here) m4_define(PYTHON_VERSION, 2.7) |