2012-11-13 Tristan Gingold <gingold@adacore.com>
* configure.in: Bump version to 2.23.1
* Makefile.am (RELEASE): Set.
* configure, Makefile.in: Regenerate.
+2012-11-13 Tristan Gingold <gingold@adacore.com>
+
+ * configure.in: Bump version to 2.23.1
+ * Makefile.am (RELEASE): Set.
+ * configure, Makefile.in: Regenerate.
+
2012-11-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
PR target/14788
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
# Uncomment the following line when doing a release.
-# RELEASE=y
+RELEASE=y
INCDIR = $(srcdir)/../include
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
# Uncomment the following line when doing a release.
-# RELEASE=y
+RELEASE = y
INCDIR = $(srcdir)/../include
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
SUBDIRS = doc po
# Define the identity of the package.
PACKAGE=bfd
- VERSION=2.23.0
+ VERSION=2.23.1
cat >>confdefs.h <<_ACEOF
AC_CANONICAL_TARGET
AC_ISC_POSIX
-AM_INIT_AUTOMAKE(bfd, 2.23.0)
+AM_INIT_AUTOMAKE(bfd, 2.23.1)
dnl These must be called before LT_INIT, because it may want
dnl to call AC_CHECK_PROG.