aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin D. Howard <gavin@gavinhoward.com>2023-03-13 02:16:43 -0600
committerGavin D. Howard <gavin@gavinhoward.com>2023-03-13 02:16:43 -0600
commit71bbbde5e229d05379363137c92ff5aff8889322 (patch)
treedd9dffebb14d5ce60d79b235f9d35f70d7fbe680
parent94c49920f9ebe3db03d9a0354b6918da739fb882 (diff)
downloadbc-71bbbde5e229d05379363137c92ff5aff8889322.tar.gz
Increment the version and update the NEWS
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
-rw-r--r--NEWS.md6
-rw-r--r--include/version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 6dff6822..e0e389d7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,11 @@
# News
+## 6.5.0
+
+This is a production release that fixes an infinite loop bug in `root()` and
+`cbrt()` and adds the `fib()` function to the extended math library to calculate
+Fibonacci numbers
+
## 6.4.0
This is a production release that fixes a `read()`/`?` bug and adds features to
diff --git a/include/version.h b/include/version.h
index 3745ed9b..daa1977c 100644
--- a/include/version.h
+++ b/include/version.h
@@ -37,6 +37,6 @@
#define BC_VERSION_H
/// The current version.
-#define VERSION 6.4.0
+#define VERSION 6.5.0
#endif // BC_VERSION_H