From 5127f207329b795f865234f4461b230d159e2a22 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 24 Jun 2018 18:46:33 +0100 Subject: [PATCH] Update version number on development (aka HEAD) branch. --- bfd/ChangeLog | 5 +++++ bfd/configure | 20 ++++++++++---------- bfd/version.m4 | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 69aab2c253..49f7ead6dc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2018-06-24 Nick Clifton + + * version.m4: Update version string to 2.31.51. + * configure: Regenerate. + 2018-06-24 Nick Clifton 2.31 branch created. diff --git a/bfd/configure b/bfd/configure index 263034c9d3..141c7ae2f4 100755 --- a/bfd/configure +++ b/bfd/configure @@ -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\\" diff --git a/bfd/version.m4 b/bfd/version.m4 index b5c1043ba3..4f7bdb9342 100644 --- a/bfd/version.m4 +++ b/bfd/version.m4 @@ -1 +1 @@ -m4_define([BFD_VERSION], [2.30.52]) +m4_define([BFD_VERSION], [2.31.51]) -- 2.34.1