[binutils-gdb/binutils-2_37-branch] Re-enable development on the 2.37 branch
Nick Clifton
nickc@sourceware.org
Sun Jul 18 18:45:23 GMT 2021
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e2688c418ff73c1b1251dfa08e462aac40f51ce1
commit e2688c418ff73c1b1251dfa08e462aac40f51ce1
Author: Nick Clifton <nickc@redhat.com>
Date: Sun Jul 18 19:45:19 2021 +0100
Re-enable development on the 2.37 branch
Diff:
---
bfd/ChangeLog | 5 +++++
bfd/development.sh | 2 +-
bfd/version.m4 | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
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 <nickc@redhat.com>
+
+ * version.m4 (BFD_VERSION): Set to 2.37/0
+ * development.sh (development): Set to true.
+
2021-07-18 Nick Clifton <nickc@redhat.com>
* 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 <http://www.gnu.org/licenses/>.
# 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])
More information about the Binutils-cvs
mailing list