diff options
author | Joel Brobecker <brobecker@adacore.com> | 2024-07-07 09:49:14 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2024-07-07 09:49:14 -0700 |
commit | f6535ad6bf9c68e627adb38d5697b88ad98b458f (patch) | |
tree | 9556e9b43ffe1f1474f517a0cb522f1322f2d7de /gdb | |
parent | 7b20890ad616baf811c8fe0e5d2bbb54b7c8ac42 (diff) | |
download | gdb-f6535ad6bf9c68e627adb38d5697b88ad98b458f.zip gdb-f6535ad6bf9c68e627adb38d5697b88ad98b458f.tar.gz gdb-f6535ad6bf9c68e627adb38d5697b88ad98b458f.tar.bz2 |
Bump GDB's version number to 15.1.90.DATE-git.
This commit changes gdb/version.in to 15.1.90.DATE-git.
This commit also makes the following changes in gdb/testsuite:
* gdb.base/default.exp: Change $_gdb_minor to 2.
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..8f33121 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -692,7 +692,7 @@ set show_conv_list \ {$_gdb_setting_str = <internal function _gdb_setting_str>} \ {$_gdb_setting = <internal function _gdb_setting>} \ {$_gdb_major = 15} \ - {$_gdb_minor = 1} \ + {$_gdb_minor = 2} \ {$_shell_exitsignal = void} \ {$_shell_exitcode = 0} \ } diff --git a/gdb/version.in b/gdb/version.in index adbc6d2..b5bc579 100644 --- a/gdb/version.in +++ b/gdb/version.in @@ -1 +1 @@ -15.1 +15.1.90.DATE-git |