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 29, 2023
1 parent 4e70852 commit eef531e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.0

This is a production release with three new functions in the [extended math
library][16]: `min()`, `max()`, and `i2rand()`.

## 6.6.1

This is a production release with an improved `p()` function in the [extended
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.6.1
#define VERSION 6.7.0

#endif // BC_VERSION_H

0 comments on commit eef531e

Please sign in to comment.