diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-02 21:35:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-02 21:35:47 +0000 |
commit | 18e03609efaa52ca590d9de5440f3d86f8a77d0f (patch) | |
tree | 325edd83292603514a5cafa3f04da7b5222abb0e /ld/configure.in | |
parent | ed26538621e3e439f12f1eb7639aea86f046e9bf (diff) | |
download | binutils-gdb-18e03609efaa52ca590d9de5440f3d86f8a77d0f.tar.gz |
Increase minor version number (to 2.10.91) to help tools detect the new
ability to support removal of duplciate DWARF@ debug information.
Diffstat (limited to 'ld/configure.in')
-rw-r--r-- | ld/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.in b/ld/configure.in index d91d5692b35..9be07de4622 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -5,7 +5,7 @@ AC_INIT(ldmain.c) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(ld, 2.10.90) +AM_INIT_AUTOMAKE(ld, 2.10.91) AM_PROG_LIBTOOL |