From d299058264f25b60476bea46d279dbb869ba40ef Mon Sep 17 00:00:00 2001 From: "Gavin D. Howard" Date: Tue, 17 Sep 2024 20:53:48 -0600 Subject: [PATCH] Increment the version and update the NEWS Signed-off-by: Gavin D. Howard --- NEWS.md | 8 ++++++++ include/version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8156b673..e3b1f9ec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,13 @@ # News +## 7.0.2 + +This is a production release that fixes `Ctrl+d` on FreeBSD and Linux when using +`editline`. + +This bug was caused by the macOS fix in `7.0.0`. Unfortunately, this means that +macOS does not respond properly to `Ctrl+d`. + ## 7.0.1 This is a production release that fixes a warning using GCC on FreeBSD. diff --git a/include/version.h b/include/version.h index 4d2f6acf..a4fb8def 100644 --- a/include/version.h +++ b/include/version.h @@ -37,6 +37,6 @@ #define BC_VERSION_H /// The current version. -#define VERSION 7.0.1 +#define VERSION 7.0.2 #endif // BC_VERSION_H