aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac1
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8f2063b..debbb20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
-GNU dbm NEWS -- history of user-visible changes. 2022-07-01
+GNU dbm NEWS -- history of user-visible changes. 2023-03-03
Copyright (C) 1990-2023 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
+Version 1.23.90 (git)
* New gdbm_load option: --update
@@ -14,6 +15,8 @@ database, whose name is supplied by the second argument.
The --replace (-r) is valid only when used together with --update.
+* Bugfixes
+
Version 1.23, 2022-02-04
diff --git a/configure.ac b/configure.ac
index b67b176..3cb4b62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,7 @@
m4_define([_GDBM_VERSION_MAJOR], 1)
m4_define([_GDBM_VERSION_MINOR], 23)
+m4_define([_GDBM_VERSION_PATCH], 90)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),

Return to:

Send suggestions and report system problems to the System administrator.