aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin D. Howard <gavin@gavinhoward.com>2023-03-27 14:34:05 -0600
committerGavin D. Howard <gavin@gavinhoward.com>2023-03-27 14:45:35 -0600
commit55a6c05b280fbfb6873e42a5825403c17417029a (patch)
tree1b9d414cc686bce21374a7f2ba5c4d33507d2418
parentf369b3e30bc64fcc81a8903d114204159dd96e40 (diff)
downloadbc-55a6c05b280fbfb6873e42a5825403c17417029a.tar.gz
Increment the version and update the NEWS
I'm not releasing this until actual bugs are found, but I wanted to make the changes before I forgot. Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
-rw-r--r--NEWS.md5
-rw-r--r--include/version.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 44b17b06..2a298df3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,10 @@
# News
+## 6.6.0
+
+This is a production release with one change: the implementation of `irand()`
+was improved to call the PRNG less.
+
## 6.5.0
This is a production release that fixes an infinite loop bug in `root()` and
diff --git a/include/version.h b/include/version.h
index daa1977c..a4df383e 100644
--- a/include/version.h
+++ b/include/version.h
@@ -37,6 +37,6 @@
#define BC_VERSION_H
/// The current version.
-#define VERSION 6.5.0
+#define VERSION 6.6.0
#endif // BC_VERSION_H