diff options
author | Nick Clifton <nickc@redhat.com> | 2021-01-30 12:58:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-01-30 12:58:34 +0000 |
commit | 959ab8e63a339ad08dbec11532270d5d2768ccb6 (patch) | |
tree | e83ae92015695d440722197d50a235fca2e4a419 | |
parent | 3bcf28ab4a7205c606e6dfde4f55548f188ad7eb (diff) | |
download | fsf-binutils-gdb-959ab8e63a339ad08dbec11532270d5d2768ccb6.zip fsf-binutils-gdb-959ab8e63a339ad08dbec11532270d5d2768ccb6.tar.gz fsf-binutils-gdb-959ab8e63a339ad08dbec11532270d5d2768ccb6.tar.bz2 |
Reset development to true
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/development.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4de75dd..13d3670 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 32be4b9..6bbed41 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 |