diff options
author | Joel Brobecker <brobecker@adacore.com> | 2023-10-08 09:52:29 +0200 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2023-10-08 09:52:29 +0200 |
commit | 7c841d2923560ee170538fdfd2865bd00eb6fd67 (patch) | |
tree | 28a4e9328ea30ce1ab85f506e439f2113324ca02 | |
parent | 8f12a1a841cd0c447de7a5a0f134a0efece73588 (diff) | |
download | gdb-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.exp | 2 | ||||
-rw-r--r-- | 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 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 |