aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2021-04-20 20:58:24 -0600
committerGavin Howard <yzena.tech@gmail.com>2021-04-20 20:58:24 -0600
commit8981379fe5e86bca2b5e1590de719659c5eea576 (patch)
treec38a8f8c5b88d3a882b19a25ea599997bc324367
parente2ac313ba8428e4f23d69360a78033748e6b24ba (diff)
downloadbc-8981379fe5e86bca2b5e1590de719659c5eea576.tar.gz
Increment the version and update the NEWS
-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 011cb913..c66e7b16 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,10 @@
# News
+## 4.0.1
+
+This is a production release that only adds one thing: flushing output when it
+is printed with a print statement.
+
## 4.0.0
This is a production release with many fixes, a new command-line option, and a
diff --git a/include/version.h b/include/version.h
index 7f33df62..ab4823bd 100644
--- a/include/version.h
+++ b/include/version.h
@@ -36,6 +36,6 @@
#ifndef BC_VERSION_H
#define BC_VERSION_H
-#define VERSION 4.0.0
+#define VERSION 4.0.1
#endif // BC_VERSION_H