summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-01-30 12:58:34 +0000
committerNick Clifton <nickc@redhat.com>2021-01-30 12:58:34 +0000
commit959ab8e63a339ad08dbec11532270d5d2768ccb6 (patch)
treee83ae92015695d440722197d50a235fca2e4a419
parent3bcf28ab4a7205c606e6dfde4f55548f188ad7eb (diff)
downloadbinutils-gdb-959ab8e63a339ad08dbec11532270d5d2768ccb6.tar.gz
Reset development to true
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/development.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4de75dd9bf0..13d36704607 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
2021-01-30 Nick Clifton <nickc@redhat.com>
+ * development.sh (development): Set to true.
+
+2021-01-30 Nick Clifton <nickc@redhat.com>
+
This is the 2.35.2 release.
* version.m4: Set to 2.35.2.
diff --git a/bfd/development.sh b/bfd/development.sh
index 32be4b9460f..6bbed41d6d4 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