From f28ac619ec7f6da3347e9c065d13199381b0c711 Mon Sep 17 00:00:00 2001 From: "Gavin D. Howard" Date: Wed, 1 Feb 2023 23:34:05 -0700 Subject: [PATCH] Increment the version and update the NEWS Signed-off-by: Gavin D. Howard --- NEWS.md | 10 ++++++++++ include/version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 4433dca1..4601db45 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,15 @@ # News +## 6.2.4 + +This is a production release that fixes a test failure that happens when +`tests/bc/scripts/timeconst.bc` doesn't exist. This should only affect +packagers. + +This bug happened because I forgot something I added in the previous release: +better error checking in tests to help packagers. Unfortunately, I was too +zealous with the error checking. + ## 6.2.3 This is a production release that moves `bc` to . diff --git a/include/version.h b/include/version.h index 16e31432..6d8ddfea 100644 --- a/include/version.h +++ b/include/version.h @@ -37,6 +37,6 @@ #define BC_VERSION_H /// The current version. -#define VERSION 6.2.3 +#define VERSION 6.2.4 #endif // BC_VERSION_H