X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fdevelopment.sh;h=5e20c0dfe231d6527194bc355b2bb11581175a18;hb=0ed18fa177858d67fec42babbca3fef4ae1d939f;hp=4c0f5b908262710ac66cdf8d49312fca018a8d67;hpb=270c9937446ca5273caf7fb102bcdba9ed7cff41;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/development.sh b/bfd/development.sh index 4c0f5b9082..5e20c0dfe2 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 Free Software Foundation, Inc. +# Copyright (C) 2012-2020 Free Software Foundation, Inc. # # This file is part of GDB. # @@ -17,3 +17,6 @@ # Controls whether to enable development-mode features by default. development=true + +# Indicate whether this is a release branch. +experimental=true