diff options
author | Christian Heimes <christian@cheimes.de> | 2008-12-03 18:18:23 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-12-03 18:18:23 (GMT) |
commit | 70e5cabfdcdd5da131d58baa6e13bf87262d89a3 (patch) | |
tree | 093440b56a46de9ab9ff3144e63b0b87b338eddc /configure.in | |
parent | 97f005d137b59887e64fed801197aae1b3597083 (diff) | |
download | cpython-70e5cabfdcdd5da131d58baa6e13bf87262d89a3.zip cpython-70e5cabfdcdd5da131d58baa6e13bf87262d89a3.tar.gz cpython-70e5cabfdcdd5da131d58baa6e13bf87262d89a3.tar.bz2 |
Bumped up version numbers of configure/autoconf scripts
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 4f10986..bf06458 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl *********************************************** 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, 3.0) +m4_define(PYTHON_VERSION, 3.1) AC_REVISION($Revision$) AC_PREREQ(2.61) |