From: Joel Brobecker Date: Sun, 8 Oct 2023 07:52:29 +0000 (+0200) Subject: Bump version to 15.0.50.DATE-git. X-Git-Tag: binutils-2_42~1298 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c841d2923560ee170538fdfd2865bd00eb6fd67;p=thirdparty%2Fbinutils-gdb.git 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. --- 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