]> granicus.if.org Git - python/commitdiff
Add Python version bump to configure script. (AMK)
authorGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 15:15:17 +0000 (15:15 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 15:15:17 +0000 (15:15 +0000)
configure
configure.in

index 57c57f24ae9988cb82f26e7f141c15194f8b0901..3e31efc5cdaaf702311fcc79fd420e833a9fc01e 100755 (executable)
--- 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
index ce7c2bfaa7113154dc48fcb73103b0f999c19cba..2c078426d2245ac2efc8d7307fe2fa50bfda3923 100644 (file)
@@ -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