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]

[branch] Bump version for snapshot


The branch is now at 2.12.91, and a (second) snapshot is going up with
the regenerated .pot files.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-07-23  Daniel Jacobowitz  <drow@mvista.com>

	* configure.in: Bump version for snapshot.
	* configure: Regenerated.

Index: configure
===================================================================
RCS file: /cvs/src/src/bfd/configure,v
retrieving revision 1.125
diff -u -p -r1.125 configure
--- configure	1 Jul 2002 08:31:52 -0000	1.125
+++ configure	23 Jul 2002 20:19:38 -0000
@@ -1118,7 +1118,7 @@ fi
 
 PACKAGE=bfd
 
-VERSION=2.12.90
+VERSION=2.12.91
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
Index: configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.105
diff -u -p -r1.105 configure.in
--- configure.in	1 Jul 2002 08:31:52 -0000	1.105
+++ configure.in	23 Jul 2002 20:19:38 -0000
@@ -7,7 +7,7 @@ AC_INIT(libbfd.c)
 AC_CANONICAL_SYSTEM
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.12.90)
+AM_INIT_AUTOMAKE(bfd, 2.12.91)
 # 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]