FYI: [release/branch] Bump GDB's version number to 16.1.90.DATE-git.
Joel Brobecker
brobecker@adacore.com
Sat Jan 18 09:59:28 GMT 2025
Hello,
Now that I have the release tarballs, This commit changes gdb/version.in
to 16.1.90.DATE-git.
This commit also makes the following changes in gdb/testsuite:
* gdb.base/default.exp: Change $_gdb_minor to 2.
Pushing to the gdb-16-branch.
Thank you.
---
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..18df468d04a 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -692,7 +692,7 @@ set show_conv_list \
{$_gdb_setting_str = <internal function _gdb_setting_str>} \
{$_gdb_setting = <internal function _gdb_setting>} \
{$_gdb_major = 16} \
- {$_gdb_minor = 1} \
+ {$_gdb_minor = 2} \
{$_shell_exitsignal = void} \
{$_shell_exitcode = 0} \
}
diff --git a/gdb/version.in b/gdb/version.in
index c32b0ec5abd..437e7be8398 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-16.1
+16.1.90.DATE-git
--
2.34.1
More information about the Gdb-patches
mailing list