Increment the version and update the NEWS

Signed-off-by: Gavin D. Howard <[email protected]>
This commit is contained in:
Gavin D. Howard 2024-09-17 20:53:48 -06:00
parent 89d6c3451a
commit d299058264
Signed by: gavin
GPG Key ID: 93D31C8CA4AB6C63
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -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