diff --git a/NEWS.md b/NEWS.md index 28639ea5..24e591bb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/include/version.h b/include/version.h index c7d2449c..1c9857e4 100644 --- a/include/version.h +++ b/include/version.h @@ -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