From 4820e86403c61e9a78b591cc7c1f4b2e46a308ef Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Sun, 18 Dec 2022 08:34:03 +0400 Subject: [PATCH] Bump version to 14.0.50.DATE-git. Now that the GDB 13 branch has been created, this commit bumps the version number in gdb/version.in to 14.0.50.DATE-git For the record, the GDB 13 branch was created from commit 71c90666e601c511a5f495827ca9ba545e4cb463. 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 14. --- 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 20cbab2e586..182c7beacff 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 = } \ {$_gdb_setting_str = } \ {$_gdb_setting = } \ - {$_gdb_major = 13} \ + {$_gdb_major = 14} \ {$_gdb_minor = 1} \ {$_shell_exitsignal = void} \ {$_shell_exitcode = 0} \ diff --git a/gdb/version.in b/gdb/version.in index c865eb9d98b..403ecd2e6b3 100644 --- a/gdb/version.in +++ b/gdb/version.in @@ -1 +1 @@ -13.0.50.DATE-git \ No newline at end of file +14.0.50.DATE-git \ No newline at end of file -- 2.30.2