Commit 44744e12 authored by Guido van Rossum's avatar Guido van Rossum

Add Python version bump to configure script. (AMK)

parent 4d649036
#! /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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment