aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Howard <gavin@yzena.com>2021-08-13 13:42:54 -0600
committerGavin Howard <gavin@yzena.com>2021-08-13 13:42:54 -0600
commit5e98c6229be8333de539697b38efa716fd42f7ee (patch)
tree2216d5c7d29c26a1519f57fcfe14ffae72b2815b
parentbbe78f848ce5d471993aa083b8f81f78214f0924 (diff)
downloadbc-5e98c6229be8333de539697b38efa716fd42f7ee.tar.gz
Increment the version and update the NEWS
Signed-off-by: Gavin Howard <gavin@yzena.com>
-rw-r--r--NEWS.md9
-rw-r--r--include/version.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 3b1477ca..90682435 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,14 @@
# News
+## 5.0.1
+
+This is a production release with two fixes:
+
+* Fix for the build on Mac OSX.
+* Fix for the build on Android.
+
+Users that do not use those platforms do ***NOT*** need to update.
+
## 5.0.0
This is a major production release with several changes:
diff --git a/include/version.h b/include/version.h
index 5127c28e..946dc67b 100644
--- a/include/version.h
+++ b/include/version.h
@@ -37,6 +37,6 @@
#define BC_VERSION_H
/// The current version.
-#define VERSION 5.0.0
+#define VERSION 5.0.1
#endif // BC_VERSION_H