This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/binutils-2_32-branch] Fix thinko on 2.32 branch - set experimental flag to false.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b8c1f608db9ef3edd483d21a921d1fbedc71df6f

commit b8c1f608db9ef3edd483d21a921d1fbedc71df6f
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Feb 4 10:30:48 2019 +0000

    Fix thinko on 2.32 branch - set experimental flag to false.

Diff:
---
 bfd/ChangeLog      | 4 ++++
 bfd/development.sh | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6f3f506..dd2c741 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-04  Nick Clifton  <nickc@redhat.com>
+
+	* development.sh (experimental) Set to false.
+
 2019-02-02  Nick Clifton  <nickc@redhat.com>
 
 	* version.m4 (BFD_VERSION): Set to 2.32.0.
diff --git a/bfd/development.sh b/bfd/development.sh
index bcce82f..54d494c 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -19,4 +19,4 @@
 development=true
 
 # Indicate whether this is a release branch.
-experimental=true
+experimental=false


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]