aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-30 17:07:15 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-30 17:07:15 +0200
commitce6a46ceef6471398c50116f53c922ac457928d3 (patch)
tree46dbf32a15b88ca1d857ce55f1ed827da00bd867
parentBring all files on exact state of 2.41 tarball (diff)
downloadbinutils-gdb-ce6a46ceef6471398c50116f53c922ac457928d3.tar.gz
binutils-gdb-ce6a46ceef6471398c50116f53c922ac457928d3.tar.bz2
binutils-gdb-ce6a46ceef6471398c50116f53c922ac457928d3.zip
Re-enable development
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--bfd/development.sh2
-rw-r--r--bfd/version.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/bfd/development.sh b/bfd/development.sh
index c0da031ca3c..bcf0daccc3f 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
diff --git a/bfd/version.m4 b/bfd/version.m4
index d8dfc1ce1ca..0edffafb443 100644
--- a/bfd/version.m4
+++ b/bfd/version.m4
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.41])
+m4_define([BFD_VERSION], [2.41.0])