X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fdevelopment.sh;h=bcce82f57793ba17f14a6887d449977e1366fbd4;hb=2365f8d70c50afbfd6be69a4076ea6e78fb5485d;hp=cd31410a8ece4ec1558adbca6bff623513f3c2df;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/development.sh b/bfd/development.sh index cd31410a8e..bcce82f577 100644 --- a/bfd/development.sh +++ b/bfd/development.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2017 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 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