aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2023-10-08 09:52:29 +0200
committerJoel Brobecker <brobecker@adacore.com>2023-10-08 09:52:29 +0200
commit7c841d2923560ee170538fdfd2865bd00eb6fd67 (patch)
tree28a4e9328ea30ce1ab85f506e439f2113324ca02
parent8f12a1a841cd0c447de7a5a0f134a0efece73588 (diff)
downloadgdb-7c841d2923560ee170538fdfd2865bd00eb6fd67.zip
gdb-7c841d2923560ee170538fdfd2865bd00eb6fd67.tar.gz
gdb-7c841d2923560ee170538fdfd2865bd00eb6fd67.tar.bz2
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.
-rw-r--r--gdb/testsuite/gdb.base/default.exp2
-rw-r--r--gdb/version.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index aca8d5f..2b5294f 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 = <internal function _gdb_maint_setting>} \
{$_gdb_setting_str = <internal function _gdb_setting_str>} \
{$_gdb_setting = <internal function _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 403ecd2..3d3693b 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