From fd1e659aa6260b092239ea3a90cc268eb8232688 Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Fri, 4 Mar 2022 21:55:37 -0700 Subject: [PATCH] Increment the version and update the NEWS Signed-off-by: Gavin Howard --- NEWS.md | 5 +++++ include/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9a354e53..0f28d552 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # News +## 5.2.3 + +This is a production release that fixes one bug, a parse error when passing a +file to `bc` using `-f` if that file had a multiline comment or string in it. + ## 5.2.2 This is a production release that fixes one bug, a segmentation fault if diff --git a/include/version.h b/include/version.h index 0c412252..a7d1640a 100644 --- a/include/version.h +++ b/include/version.h @@ -37,6 +37,6 @@ #define BC_VERSION_H /// The current version. -#define VERSION 5.2.2 +#define VERSION 5.2.3 #endif // BC_VERSION_H