Skip to content

Commit

Permalink
Bump version to 12.0.50.DATE-git.
Browse files Browse the repository at this point in the history
Now that the GDB 11 branch has been created, we can
bump the version number.

gdb/ChangeLog:

	GDB 11 branch created (4b51505):
	* version.in: Bump version to 12.0.50.DATE-git.

gdb/testsuite/ChangeLog:

	* gdb.base/default.exp: Change $_gdb_major to 12.
  • Loading branch information
brobecke committed Jul 3, 2021
1 parent 4fabc3a commit 5916203
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions gdb/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2021-07-03 Joel Brobecker <[email protected]>

GDB 11 branch created (4b51505e33441c6165e7789fa2b6d21930242927):
* version.in: Bump version to 12.0.50.DATE-git.

2021-07-03 Tom Tromey <[email protected]>

* dwarf2/read.c (lnp_state_machine::record_line): Use 'true'.
Expand Down
4 changes: 4 additions & 0 deletions gdb/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-07-03 Joel Brobecker <[email protected]>

* gdb.base/default.exp: Change $_gdb_major to 12.

2021-07-01 Pedro Alves <[email protected]>

PR mi/15729
Expand Down
2 changes: 1 addition & 1 deletion gdb/testsuite/gdb.base/default.exp
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,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 = 11} \
{$_gdb_major = 12} \
{$_gdb_minor = 1} \
{$_shell_exitsignal = void} \
{$_shell_exitcode = 0} \
Expand Down
2 changes: 1 addition & 1 deletion gdb/version.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.0.50.DATE-git
12.0.50.DATE-git

0 comments on commit 5916203

Please sign in to comment.