This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Version bump for 2.15


Committed to HEAD.

I've created the release branch: binutils-2_15-branch.  As usual, at this
point any patches approved for HEAD that you consider important bug fixes
may also be applied to the branch.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/bfd/ChangeLog,v
retrieving revision 1.2423
diff -u -p -r1.2423 ChangeLog
--- ChangeLog	17 Feb 2004 10:19:22 -0000	1.2423
+++ ChangeLog	18 Feb 2004 17:16:02 -0000
@@ -1,3 +1,8 @@
+2004-02-18  Daniel Jacobowitz  <drow@mvista.com>
+
+	* configure.in: Update version to 2.15.90.
+	* configure: Regenerate.
+
 2004-02-17  Daniel Jacobowitz  <drow@mvista.com>
             Richard Sandiford  <rsandifo@redhat.com>
 
Index: configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.143
diff -u -p -r1.143 configure.in
--- configure.in	11 Feb 2004 22:01:00 -0000	1.143
+++ configure.in	18 Feb 2004 17:16:04 -0000
@@ -7,7 +7,7 @@ AC_INIT(libbfd.c)
 AC_CANONICAL_SYSTEM
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.14.90)
+AM_INIT_AUTOMAKE(bfd, 2.15.90)
 # Uncomment the next line to remove the date from the reported bfd version
 #is_release=y
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]