Skip to content

Commit

Permalink
Remove some debugging code, increment the version, and update the NEWS
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin D. Howard <[email protected]>
  • Loading branch information
gavinhoward committed Oct 17, 2023
1 parent 3aa9d81 commit 22253a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# News

## 6.7.2

This is a production release to remove some debugging code that I accidentally
committed.

## 6.7.1

This is a production release with a bug fix for `SIGINT` only being handled
Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
#define BC_VERSION_H

/// The current version.
#define VERSION 6.7.1
#define VERSION 6.7.2

#endif // BC_VERSION_H
2 changes: 0 additions & 2 deletions src/vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ bc_vm_jmp(void)
static void
bc_vm_sig(int sig)
{
(void) write(STDERR_FILENO, "Z", 1);

#if BC_ENABLE_EDITLINE
// Editline needs this to resize the terminal. This also needs to come first
// because a resize always needs to happen.
Expand Down

0 comments on commit 22253a3

Please sign in to comment.