summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-03-31 15:15:17 (GMT)
committerGuido van Rossum <guido@python.org>2000-03-31 15:15:17 (GMT)
commit6a6a77c6af928a266eae7672c4765f1ac5a89603 (patch)
tree598e0a5b44c1daff7b04ee21166efd5d4a6aa0a8 /configure.in
parent5d35bf9853ade66deb8c76bafaffb01426414773 (diff)
downloadcpython-6a6a77c6af928a266eae7672c4765f1ac5a89603.zip
cpython-6a6a77c6af928a266eae7672c4765f1ac5a89603.tar.gz
cpython-6a6a77c6af928a266eae7672c4765f1ac5a89603.tar.bz2
Add Python version bump to configure script. (AMK)
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 ce7c2bf..2c07842 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.5
+VERSION=1.6
# NEXTSTEP stuff
if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then