]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Re-enable development on the 2.37 branch
authorNick Clifton <nickc@redhat.com>
Sun, 18 Jul 2021 18:45:19 +0000 (19:45 +0100)
committerNick Clifton <nickc@redhat.com>
Sun, 18 Jul 2021 18:45:19 +0000 (19:45 +0100)
bfd/ChangeLog
bfd/development.sh
bfd/version.m4

index 75ca29c09b9181ca9ab550dacf8f7c5858d04aa5..4846c6193124164c54ff4588878cf6539281c0cd 100644 (file)
@@ -1,3 +1,8 @@
+2021-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * version.m4 (BFD_VERSION): Set to 2.37/0
+       * development.sh (development): Set to true.
+
 2021-07-18  Nick Clifton  <nickc@redhat.com>
 
        * 2.37 release.
index eb9762e4426b0fca726f6bd4567603d01e44b50b..a376b02d8693b04f9cb699a1ce431b9ecc94862d 100644 (file)
@@ -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
index a1a9968a298547f606da8fb318145aaad7390c16..c5bb62347f86a680dbc6731edfe84497d7283f28 100644 (file)
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.37])
+m4_define([BFD_VERSION], [2.37.0])