Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70e5cab

Browse files
committed
Bumped up version numbers of configure/autoconf scripts
1 parent 97f005d commit 70e5cab

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
2-
# From configure.in Revision: 67100 .
2+
# From configure.in Revision: 67461 .
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.61 for python 3.0.
4+
# Generated by GNU Autoconf 2.61 for python 3.1.
55
#
66
# Report bugs to <http://www.python.org/python-bugs>.
77
#
@@ -575,8 +575,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
575575
# Identity of this package.
576576
PACKAGE_NAME='python'
577577
PACKAGE_TARNAME='python'
578-
PACKAGE_VERSION='3.0'
579-
PACKAGE_STRING='python 3.0'
578+
PACKAGE_VERSION='3.1'
579+
PACKAGE_STRING='python 3.1'
580580
PACKAGE_BUGREPORT='http://www.python.org/python-bugs'
581581

582582
ac_unique_file="Include/object.h"
@@ -1244,7 +1244,7 @@ if test "$ac_init_help" = "long"; then
12441244
# Omit some internal or obsolete options to make the list less imposing.
12451245
# This message is too long to be a string in the A/UX 3.1 sh.
12461246
cat <<_ACEOF
1247-
\`configure' configures python 3.0 to adapt to many kinds of systems.
1247+
\`configure' configures python 3.1 to adapt to many kinds of systems.
12481248

12491249
Usage: $0 [OPTION]... [VAR=VALUE]...
12501250

@@ -1305,7 +1305,7 @@ fi
13051305

13061306
if test -n "$ac_init_help"; then
13071307
case $ac_init_help in
1308-
short | recursive ) echo "Configuration of python 3.0:";;
1308+
short | recursive ) echo "Configuration of python 3.1:";;
13091309
esac
13101310
cat <<\_ACEOF
13111311

@@ -1428,7 +1428,7 @@ fi
14281428
test -n "$ac_init_help" && exit $ac_status
14291429
if $ac_init_version; then
14301430
cat <<\_ACEOF
1431-
python configure 3.0
1431+
python configure 3.1
14321432
generated by GNU Autoconf 2.61
14331433

14341434
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1442,7 +1442,7 @@ cat >config.log <<_ACEOF
14421442
This file contains any messages produced by compilers while
14431443
running configure, to aid debugging if configure makes a mistake.
14441444

1445-
It was created by python $as_me 3.0, which was
1445+
It was created by python $as_me 3.1, which was
14461446
generated by GNU Autoconf 2.61. Invocation command line was
14471447

14481448
$ $0 $@
@@ -1811,7 +1811,7 @@ rm confdefs.h
18111811
mv confdefs.h.new confdefs.h
18121812

18131813

1814-
VERSION=3.0
1814+
VERSION=3.1
18151815

18161816

18171817
SOVERSION=1.0
@@ -24735,7 +24735,7 @@ exec 6>&1
2473524735
# report actual input values of CONFIG_FILES etc. instead of their
2473624736
# values after options handling.
2473724737
ac_log="
24738-
This file was extended by python $as_me 3.0, which was
24738+
This file was extended by python $as_me 3.1, which was
2473924739
generated by GNU Autoconf 2.61. Invocation command line was
2474024740

2474124741
CONFIG_FILES = $CONFIG_FILES
@@ -24784,7 +24784,7 @@ Report bugs to <[email protected]>."
2478424784
_ACEOF
2478524785
cat >>$CONFIG_STATUS <<_ACEOF
2478624786
ac_cs_version="\\
24787-
python config.status 3.0
24787+
python config.status 3.1
2478824788
configured by $0, generated by GNU Autoconf 2.61,
2478924789
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2479024790

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl ***********************************************
44
dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.61).
55

66
# Set VERSION so we only need to edit in one place (i.e., here)
7-
m4_define(PYTHON_VERSION, 3.0)
7+
m4_define(PYTHON_VERSION, 3.1)
88

99
AC_REVISION($Revision$)
1010
AC_PREREQ(2.61)

0 commit comments

Comments
 (0)