Update version number on development (aka HEAD) branch.

This commit is contained in:
Nick Clifton 2018-06-24 18:46:33 +01:00
parent 719d828850
commit 5127f20732
3 changed files with 16 additions and 11 deletions

View File

@ -1,3 +1,8 @@
2018-06-24 Nick Clifton <nickc@redhat.com>
* version.m4: Update version string to 2.31.51.
* configure: Regenerate.
2018-06-24 Nick Clifton <nickc@redhat.com>
2.31 branch created.

20
bfd/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for bfd 2.30.52.
# Generated by GNU Autoconf 2.69 for bfd 2.31.51.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd'
PACKAGE_VERSION='2.30.52'
PACKAGE_STRING='bfd 2.30.52'
PACKAGE_VERSION='2.31.51'
PACKAGE_STRING='bfd 2.31.51'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1391,7 +1391,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures bfd 2.30.52 to adapt to many kinds of systems.
\`configure' configures bfd 2.31.51 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1462,7 +1462,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bfd 2.30.52:";;
short | recursive ) echo "Configuration of bfd 2.31.51:";;
esac
cat <<\_ACEOF
@ -1589,7 +1589,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bfd configure 2.30.52
bfd configure 2.31.51
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2237,7 +2237,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by bfd $as_me 2.30.52, which was
It was created by bfd $as_me 2.31.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -4187,7 +4187,7 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
VERSION='2.30.52'
VERSION='2.31.51'
cat >>confdefs.h <<_ACEOF
@ -16916,7 +16916,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by bfd $as_me 2.30.52, which was
This file was extended by bfd $as_me 2.31.51, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -16982,7 +16982,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
bfd config.status 2.30.52
bfd config.status 2.31.51
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@ -1 +1 @@
m4_define([BFD_VERSION], [2.30.52])
m4_define([BFD_VERSION], [2.31.51])