Skip to content

Commit

Permalink
Increment the version and update the NEWS
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
  • Loading branch information
gavinhoward committed Sep 23, 2024
1 parent e5d6757 commit 26ec92d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# News

## 7.0.3

This is a production release that fixes build warnings on the musl libc.

Other users do ***NOT*** need to upgrade.

## 7.0.2

This is a production release that fixes `Ctrl+d` on FreeBSD and Linux when using
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 7.0.2
#define VERSION 7.0.3

#endif // BC_VERSION_H

0 comments on commit 26ec92d

Please sign in to comment.