Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Update version number and development status for the 2.30 release.
Browse files Browse the repository at this point in the history
bfd	* version.m4 (BFD_VERSION): Set to 2.30
	* development.sh: Set to false.
	* configure: Regenerate.
	* po/bfd.pot: Regenerate.

binutils* configure: Regenerate.
gas	* configure: Regenerate.
gold	* configure: Regenerate.
	* po/gold.pot: Regenerate.
gprof	* configure: Regenerate.
ld	* configure: Regenerate.
	* po/ld.pot: Regenerate.
opcodes	* configure: Regenerate.
	* po/opcodes.pot: Regenerate.
  • Loading branch information
nickclifton committed Jan 27, 2018
1 parent cad6449 commit 8db5daf
Show file tree
Hide file tree
Showing 19 changed files with 504 additions and 444 deletions.
9 changes: 9 additions & 0 deletions bfd/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2018-01-27 Nick Clifton <nickc@redhat.com>

This is the 2.30 release:

* version.m4 (BFD_VERSION): Set to 2.30
* development.sh: Set to false.
* configure: Regenerate.
* po/bfd.pot: Regenerate.

2018-01-27 Nick Clifton <nickc@redhat.com>

* po/ru.po: Updated Russian translation.
Expand Down
20 changes: 10 additions & 10 deletions bfd/configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.64 for bfd 2.29.90.
# Generated by GNU Autoconf 2.64 for bfd 2.30.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
Expand Down Expand Up @@ -556,8 +556,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd'
PACKAGE_VERSION='2.29.90'
PACKAGE_STRING='bfd 2.29.90'
PACKAGE_VERSION='2.30'
PACKAGE_STRING='bfd 2.30'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1354,7 +1354,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.29.90 to adapt to many kinds of systems.
\`configure' configures bfd 2.30 to adapt to many kinds of systems.

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

Expand Down Expand Up @@ -1425,7 +1425,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bfd 2.29.90:";;
short | recursive ) echo "Configuration of bfd 2.30:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1546,7 +1546,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bfd configure 2.29.90
bfd configure 2.30
generated by GNU Autoconf 2.64

Copyright (C) 2009 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2188,7 +2188,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.29.90, which was
It was created by bfd $as_me 2.30, which was
generated by GNU Autoconf 2.64. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -3997,7 +3997,7 @@ fi

# Define the identity of the package.
PACKAGE='bfd'
VERSION='2.29.90'
VERSION='2.30'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -16666,7 +16666,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.29.90, which was
This file was extended by bfd $as_me 2.30, which was
generated by GNU Autoconf 2.64. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -16730,7 +16730,7 @@ Report bugs to the package provider."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
bfd config.status 2.29.90
bfd config.status 2.30
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

Expand Down
2 changes: 1 addition & 1 deletion bfd/development.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Controls whether to enable development-mode features by default.
development=true
development=false
Loading

0 comments on commit 8db5daf

Please sign in to comment.