aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin D. Howard <gavin@gavinhoward.com>2023-02-25 23:03:58 -0700
committerGavin D. Howard <gavin@gavinhoward.com>2023-02-25 23:03:58 -0700
commit4dc9f52a346264e6bd080ada9bd5521de8c56554 (patch)
treecd2db5fc93c6d59fb3431dc991a6f976bd31eb73
parent2555a5e66dc3e8040ee3949f314dbaf52ca58695 (diff)
downloadbc-4dc9f52a346264e6bd080ada9bd5521de8c56554.tar.gz
Increment the version and update the NEWS
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 ad118e40..ad306e25 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,10 @@
# News
+## 6.3.2
+
+This is a production release that fixes a bug with `read()` and `?` where the
+buffer used to read from `stdin` was not cleared between calls.
+
## 6.3.1
This is a production release that fixes a `bc` dependency loop for minimal
diff --git a/include/version.h b/include/version.h
index f5e345b3..2b7d5392 100644
--- a/include/version.h
+++ b/include/version.h
@@ -37,6 +37,6 @@
#define BC_VERSION_H
/// The current version.
-#define VERSION 6.3.1
+#define VERSION 6.3.2
#endif // BC_VERSION_H