From: Adhemerval Zanella Date: Tue, 6 Oct 2015 19:34:14 +0000 (+0000) Subject: bfd/version.h: Update VERSION for 2.25 2015.10 release X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=975a736c6e8507b26900cd81cb84cc228ba6b5ee;p=thirdparty%2Fbinutils-gdb.git bfd/version.h: Update VERSION for 2.25 2015.10 release --- diff --git a/bfd/ChangeLog.linaro b/bfd/ChangeLog.linaro index 2640420375a..d7e37ac7377 100644 --- a/bfd/ChangeLog.linaro +++ b/bfd/ChangeLog.linaro @@ -1,3 +1,9 @@ +2015-10-06 Adhemerval Zanella + + Linaro binutils 2.25-2015.10 released. + + * version.h: Bump VERSION. + 2015-01-05 Will Newton * version.h: Bump VERSION. diff --git a/bfd/version.h b/bfd/version.h index c47d595a350..2d0da9b4854 100644 --- a/bfd/version.h +++ b/bfd/version.h @@ -1,8 +1,8 @@ -#define BFD_VERSION_DATE 20150105 +#define BFD_VERSION_DATE 20151001 #define BFD_VERSION @bfd_version@ /* Various parts of GCC parse Binutils version string in different fragile ways, and we need to be very careful to not break them. So far it seems that appending Linaro-specific version at the end is fine so long as it doesn't contain any dots ".". */ -#define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ " Linaro 2015.01-3-git" +#define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ " Linaro 2015.10" #define REPORT_BUGS_TO @report_bugs_to@