From 7c841d2923560ee170538fdfd2865bd00eb6fd67 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Sun, 8 Oct 2023 09:52:29 +0200 Subject: [PATCH] Bump version to 15.0.50.DATE-git. Now that the GDB 14 branch has been created, this commit bumps the version number in gdb/version.in to 15.0.50.DATE-git For the record, the GDB 14 branch was created from commit 8f12a1a841cd0c447de7a5a0f134a0efece73588. 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 15. --- 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 aca8d5fcf36..2b5294fcddd 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -611,7 +611,7 @@ set show_conv_list \ {$_gdb_maint_setting = } \ {$_gdb_setting_str = } \ {$_gdb_setting = } \ - {$_gdb_major = 14} \ + {$_gdb_major = 15} \ {$_gdb_minor = 1} \ {$_shell_exitsignal = void} \ {$_shell_exitcode = 0} \ diff --git a/gdb/version.in b/gdb/version.in index 403ecd2e6b3..3d3693b2d5d 100644 --- a/gdb/version.in +++ b/gdb/version.in @@ -1 +1 @@ -14.0.50.DATE-git \ No newline at end of file +15.0.50.DATE-git \ No newline at end of file -- 2.30.2