aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin D. Howard <gavin@gavinhoward.com>2023-02-22 22:26:43 -0700
committerGavin D. Howard <gavin@gavinhoward.com>2023-02-22 22:26:43 -0700
commit1f2ab5e46e2920cdaae609d213db5756fa2ca56d (patch)
treea9bb4481962b420fdf01425400020a8ad336bec3
parent63ab894472d0bfa6127659e8912b46467044b1d2 (diff)
downloadbc-1f2ab5e46e2920cdaae609d213db5756fa2ca56d.tar.gz
Increment the version and update the NEWS
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
-rw-r--r--NEWS.md6
-rw-r--r--include/version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 17427523..c10ae0e2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,11 @@
# News
+## 6.3.0
+
+This is a production release with a couple of manual fixes and a new feature for
+`dc`: there is now a command to query whether extended registers are enabled or
+not.
+
## 6.2.6
This is a production release that fixes an install bug that affected locale
diff --git a/include/version.h b/include/version.h
index c323abc2..cf1e8208 100644
--- a/include/version.h
+++ b/include/version.h
@@ -37,6 +37,6 @@
#define BC_VERSION_H
/// The current version.
-#define VERSION 6.2.6
+#define VERSION 6.3.0
#endif // BC_VERSION_H