summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-06-30 02:48:53 (GMT)
committerGuido van Rossum <guido@python.org>2000-06-30 02:48:53 (GMT)
commitb9a22a1a3631b47f4321836f3ef6c8265a305172 (patch)
tree9bb82fcaa25f79344f10cdca69a0ee2b6b9b86a3 /configure.in
parenta04eaad5c761451fdfeb5754c405c13248de1d3b (diff)
downloadcpython-b9a22a1a3631b47f4321836f3ef6c8265a305172.zip
cpython-b9a22a1a3631b47f4321836f3ef6c8265a305172.tar.gz
cpython-b9a22a1a3631b47f4321836f3ef6c8265a305172.tar.bz2
Bump version to 2.0.
Note that configure hadn't been checked in a few times so it has more changes, catching up with the last few changes to congifure.in as well.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5790801..c7174f1 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=1.6
+VERSION=2.0
# NEXTSTEP stuff
if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then