aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin D. Howard <gavin@gavinhoward.com>2023-02-24 08:38:51 -0700
committerGavin D. Howard <gavin@gavinhoward.com>2023-02-24 08:38:51 -0700
commitf619eb5dbe74e3ec9e696f8a2edf61bdf7a0d03c (patch)
treef4c5083b75f760e95a44330d1454e8f6c364ca04
parent349cd801d5a7f4ab2fad76096d271397aa738063 (diff)
downloadbc-f619eb5dbe74e3ec9e696f8a2edf61bdf7a0d03c.tar.gz
Increment the version and update the NEWS
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
-rw-r--r--NEWS.md5
-rw-r--r--include/version.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 9fbd0775..ad118e40 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,10 @@
# News
+## 6.3.1
+
+This is a production release that fixes a `bc` dependency loop for minimal
+environments and Linux from Scratch.
+
## 6.3.0
This is a production release with a couple of fixes for manuals and a new
diff --git a/include/version.h b/include/version.h
index cf1e8208..f5e345b3 100644
--- a/include/version.h
+++ b/include/version.h
@@ -37,6 +37,6 @@
#define BC_VERSION_H
/// The current version.
-#define VERSION 6.3.0
+#define VERSION 6.3.1
#endif // BC_VERSION_H