2000-05-23 Philip Blundell <pb@futuretv.com>

* configure.in: Set version to 2.10.
This commit is contained in:
Phil Blundell
2000-05-23 08:04:08 +00:00
parent 16ea6169ef
commit deac208a57
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-05-23 Philip Blundell <pb@futuretv.com>
* configure.in: Set version to 2.10.
Sat Jul 3 10:35:19 CDT 1999 Joel Sherrill <joel@OARcorp.com>
* config.bfd (sparc-rtemself): Added.

View File

@@ -7,7 +7,7 @@ AC_INIT(libbfd.c)
AC_CANONICAL_SYSTEM
AC_ISC_POSIX
AM_INIT_AUTOMAKE(bfd, 2.9.5)
AM_INIT_AUTOMAKE(bfd, 2.10)
dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG.