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.in | |
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.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9fe7a9f..2972d74 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CONFIG_HEADER(config.h) # Set VERSION so we only need to edit in one place (i.e., here) AC_SUBST(VERSION) -VERSION=2.1 +VERSION=2.2 # Arguments passed to configure. AC_SUBST(CONFIG_ARGS) |