diff options
author | Joel Brobecker <brobecker@adacore.com> | 2024-05-26 08:57:27 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2024-05-26 08:57:27 -0700 |
commit | 4b22e3595405cb7c9b5a6384d4efe0ec2c363506 (patch) | |
tree | b2b8e23502a5ee5075945e19813a706b88cd1ad9 /gdb | |
parent | 3a624d9f1c5ccd8cefdd5b7ef12b41513f9006cd (diff) | |
download | gdb-4b22e3595405cb7c9b5a6384d4efe0ec2c363506.zip gdb-4b22e3595405cb7c9b5a6384d4efe0ec2c363506.tar.gz gdb-4b22e3595405cb7c9b5a6384d4efe0ec2c363506.tar.bz2 |
Bump version to 16.0.50.DATE-git.
Now that the GDB 15 branch has been created,
this commit bumps the version number in gdb/version.in to
16.0.50.DATE-git
For the record, the GDB 15 branch was created
from commit 3a624d9f1c5ccd8cefdd5b7ef12b41513f9006cd.
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 16.
Diffstat (limited to 'gdb')
-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 291722e..628f070 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -691,7 +691,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 = 15} \ + {$_gdb_major = 16} \ {$_gdb_minor = 1} \ {$_shell_exitsignal = void} \ {$_shell_exitcode = 0} \ diff --git a/gdb/version.in b/gdb/version.in index 3d3693b..48f1b84 100644 --- a/gdb/version.in +++ b/gdb/version.in @@ -1 +1 @@ -15.0.50.DATE-git
\ No newline at end of file +16.0.50.DATE-git
\ No newline at end of file |