From 5856b5a4cc5a63700cc57ef5faaccb0dc56ab17e Mon Sep 17 00:00:00 2001 From: bebbo Date: Sat, 18 Feb 2017 20:18:12 +0100 Subject: [PATCH] @V version reports now 2.14a instead 2.14 --- bfd/configure | 2 +- bfd/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bfd/configure b/bfd/configure index 232a366..3a1d3c4 100755 --- a/bfd/configure +++ b/bfd/configure @@ -3249,7 +3249,7 @@ fi # Define the identity of the package. PACKAGE=bfd - VERSION=2.14 + VERSION=2.14a cat >>confdefs.h <<_ACEOF diff --git a/bfd/configure.in b/bfd/configure.in index fa8eeec..3fedebe 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -7,7 +7,7 @@ AC_INIT(libbfd.c) AC_CANONICAL_SYSTEM AC_ISC_POSIX -AM_INIT_AUTOMAKE(bfd, 2.14) +AM_INIT_AUTOMAKE(bfd, 2.14a) # Uncomment the next line to remove the date from the reported bfd version #is_release=y