From: Nick Clifton Date: Sun, 27 Jul 2025 09:53:38 +0000 (+0100) Subject: Re-enable development on the 2.45 branch X-Git-Tag: binutils-2_45_1~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8cf343ab5c442e62e0b2606732760787ae735a;p=thirdparty%2Fbinutils-gdb.git Re-enable development on the 2.45 branch --- diff --git a/bfd/development.sh b/bfd/development.sh index 8b004da7d52..b8014261bfb 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 00d03934d68..848470098f5 100644 --- a/bfd/version.m4 +++ b/bfd/version.m4 @@ -1 +1 @@ -m4_define([BFD_VERSION], [2.45]) +m4_define([BFD_VERSION], [2.45.0])