[binutils-gdb] Bump version to 17.0.50.DATE-git.

Joel Brobecker brobecke@sourceware.org
Sun Dec 29 03:01:26 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=43cd357fc9afb768472ff8c835a40d74c43cd7be

commit 43cd357fc9afb768472ff8c835a40d74c43cd7be
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Sun Dec 29 06:51:26 2024 +0400

    Bump version to 17.0.50.DATE-git.
    
    Now that the GDB 16 branch has been created,
    this commit bumps the version number in gdb/version.in to
    17.0.50.DATE-git
    
    For the record, the GDB 16 branch was created
    from commit ee29a3c4ac7adc928ae6ed1fed3b59c940a519a4.
    
    Also, as a result of the version bump, the following changes
    have been made in gdb/testsuite:
    
            * gdb.base/default.exp: Change $_gdb_major to 17.

Diff:
---
 gdb/testsuite/gdb.base/default.exp | 2 +-
 gdb/version.in                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index b1cf957887b..bbc95aa0539 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -691,7 +691,7 @@ set show_conv_list \
 	{$_gdb_maint_setting = <internal function _gdb_maint_setting>} \
 	{$_gdb_setting_str = <internal function _gdb_setting_str>} \
 	{$_gdb_setting = <internal function _gdb_setting>} \
-	{$_gdb_major = 16} \
+	{$_gdb_major = 17} \
 	{$_gdb_minor = 1} \
 	{$_shell_exitsignal = void} \
 	{$_shell_exitcode = 0} \
diff --git a/gdb/version.in b/gdb/version.in
index 48f1b847670..75e06a83cc9 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-16.0.50.DATE-git
\ No newline at end of file
+17.0.50.DATE-git
\ No newline at end of file


More information about the Gdb-cvs mailing list