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