2011-11-21 Tristan Gingold <gingold@adacore.com>
* configure.in: Bump version to 2.22
* Makefile.am (RELEASE): Set.
* configure, Makefile.in: Regenerate.
+2011-11-21 Tristan Gingold <gingold@adacore.com>
+
+ * configure.in: Bump version to 2.22
+ * Makefile.am (RELEASE): Set.
+ * configure, Makefile.in: Regenerate.
+
2011-11-15 Maxim Kuvyrkov <maxim@codesourcery.com>
Backport from mainline:
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.21.90
+ VERSION=2.22
cat >>confdefs.h <<_ACEOF
AC_CANONICAL_TARGET
AC_ISC_POSIX
-AM_INIT_AUTOMAKE(bfd, 2.21.90)
+AM_INIT_AUTOMAKE(bfd, 2.22)
dnl These must be called before LT_INIT, because it may want
dnl to call AC_CHECK_PROG.