From 5e98c6229be8333de539697b38efa716fd42f7ee Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Fri, 13 Aug 2021 13:42:54 -0600 Subject: Increment the version and update the NEWS Signed-off-by: Gavin Howard --- NEWS.md | 9 +++++++++ include/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3