aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-07-18 19:45:19 +0100
committerNick Clifton <nickc@redhat.com>2021-07-18 19:45:19 +0100
commite2688c418ff73c1b1251dfa08e462aac40f51ce1 (patch)
tree00154a73f5221b8446ac2ba5ff5b14e955bd7d9b
parentThis is the 2.37 release (diff)
downloadbinutils-gdb-e2688c418ff73c1b1251dfa08e462aac40f51ce1.tar.gz
binutils-gdb-e2688c418ff73c1b1251dfa08e462aac40f51ce1.tar.bz2
binutils-gdb-e2688c418ff73c1b1251dfa08e462aac40f51ce1.zip
Re-enable development on the 2.37 branch
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/development.sh2
-rw-r--r--bfd/version.m42
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,5 +1,10 @@
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.
2021-07-08 H.J. Lu <hongjiu.lu@intel.com>
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])