[binutils-gdb] Bump version to 13.0.50.DATE-git.
Joel Brobecker
brobecke@sourceware.org
Sun Mar 20 05:20:49 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=05d00250d3c2fd2f62b4603e3d81717334e1e09b
commit 05d00250d3c2fd2f62b4603e3d81717334e1e09b
Author: Joel Brobecker <brobecker@adacore.com>
Date: Sun Mar 20 09:07:22 2022 +0400
Bump version to 13.0.50.DATE-git.
Now that the GDB 12 branch has been created,
this commit bumps the version number in gdb/version.in to
13.0.50.DATE-git
For the record, the GDB 12 branch was created
from commit 2be64de603f8b3ae359d2d3fbf5db0e79869f32b.
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 13.
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 3c243e9b371..f7859c9a479 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -606,7 +606,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 = 12} \
+ {$_gdb_major = 13} \
{$_gdb_minor = 1} \
{$_shell_exitsignal = void} \
{$_shell_exitcode = 0} \
diff --git a/gdb/version.in b/gdb/version.in
index 1b7015de587..c865eb9d98b 100644
--- a/gdb/version.in
+++ b/gdb/version.in
@@ -1 +1 @@
-12.0.50.DATE-git
\ No newline at end of file
+13.0.50.DATE-git
\ No newline at end of file
More information about the Gdb-cvs
mailing list