From: Guido van Rossum Date: Fri, 31 Mar 2000 15:15:17 +0000 (+0000) Subject: Add Python version bump to configure script. (AMK) X-Git-Tag: v1.6a1~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a6a77c6af928a266eae7672c4765f1ac5a89603;p=thirdparty%2FPython%2Fcpython.git Add Python version bump to configure script. (AMK) --- diff --git a/configure b/configure index 57c57f24ae99..3e31efc5cdaa 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.117 +# From configure.in Revision: 1.118 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -559,7 +559,7 @@ fi # Set VERSION so we only need to edit in one place (i.e., here) -VERSION=1.5 +VERSION=1.6 # NEXTSTEP stuff if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then diff --git a/configure.in b/configure.in index ce7c2bfaa711..2c078426d224 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