From: Nick Clifton Date: Sun, 18 Jul 2021 18:45:19 +0000 (+0100) Subject: Re-enable development on the 2.37 branch X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2688c418ff73c1b1251dfa08e462aac40f51ce1;p=thirdparty%2Fbinutils-gdb.git Re-enable development on the 2.37 branch --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 75ca29c09b9..4846c619312 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2021-07-18 Nick Clifton + + * version.m4 (BFD_VERSION): Set to 2.37/0 + * development.sh (development): Set to true. + 2021-07-18 Nick Clifton * 2.37 release. diff --git a/bfd/development.sh b/bfd/development.sh index eb9762e4426..a376b02d869 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -16,7 +16,7 @@ # along with this program. If not, see . # Controls whether to enable development-mode features by default. -development=false +development=true # Indicate whether this is a release branch. experimental=false diff --git a/bfd/version.m4 b/bfd/version.m4 index a1a9968a298..c5bb62347f8 100644 --- a/bfd/version.m4 +++ b/bfd/version.m4 @@ -1 +1 @@ -m4_define([BFD_VERSION], [2.37]) +m4_define([BFD_VERSION], [2.37.0])