diff options
author | Guido van Rossum <guido@python.org> | 2001-04-18 04:37:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-04-18 04:37:57 (GMT) |
commit | 6db412be4407ec0b81f3c652c9f7f0fad92a78e2 (patch) | |
tree | cd2f0b8b49a764a33b0936debfdfc3559a745ebc /configure | |
parent | 879a186348e75e2f4d4b49368ddbcc826b881ad0 (diff) | |
download | cpython-6db412be4407ec0b81f3c652c9f7f0fad92a78e2.zip cpython-6db412be4407ec0b81f3c652c9f7f0fad92a78e2.tar.gz cpython-6db412be4407ec0b81f3c652c9f7f0fad92a78e2.tar.bz2 |
Bump the version number in more places
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.215 +# From configure.in Revision: 1.216 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -569,7 +569,7 @@ fi # Set VERSION so we only need to edit in one place (i.e., here) -VERSION=2.1 +VERSION=2.2 # Arguments passed to configure. |