[binutils-gdb/binutils-2_38-branch] Re-enable development on the 2.38 branch
Nick Clifton
nickc@sourceware.org
Wed Feb 9 13:35:28 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d9198f9316553eab6093e46372599ce778429185
commit d9198f9316553eab6093e46372599ce778429185
Author: Nick Clifton <nickc@redhat.com>
Date: Wed Feb 9 13:35:22 2022 +0000
Re-enable development on the 2.38 branch
Diff:
---
bfd/ChangeLog | 5 +++++
bfd/development.sh | 2 +-
bfd/version.m4 | 2 +-
src-release.sh | 2 +-
4 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 36cb81dd7f3..8d6485f5450 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-09 Nick Clifton <nickc@redhat.com>
+
+ * development.sh (development): Set to true.
+ * version.m4 (BFD_VERSION): Set to 2.38.0.
+
2022-02-09 Nick Clifton <nickc@redhat.com>
2.38 release.
diff --git a/bfd/development.sh b/bfd/development.sh
index cd64202661b..6d29dc26161 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 f611cacaa29..1b8f4a3cbaa 100644
--- a/bfd/version.m4
+++ b/bfd/version.m4
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.38])
+m4_define([BFD_VERSION], [2.38.0])
diff --git a/src-release.sh b/src-release.sh
index 86f6802f96a..456b8fb2d91 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -38,7 +38,7 @@ MAKEINFOFLAGS=--split-size=5000000
# Support for building net releases
# Files in root used in any net release.
-DEVO_SUPPORT="ar-lib ChangeLog compile config config-ml.in config.guess \
+DEVO_SUPPORT="ar-lib ChangeLog ChangeLog.git.2.37-2.38 compile config config-ml.in config.guess \
config.rpath config.sub configure configure.ac COPYING COPYING.LIB \
COPYING3 COPYING3.LIB depcomp install-sh libtool.m4 ltgcc.m4 \
ltmain.sh ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 \
More information about the Binutils-cvs
mailing list