aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac3
-rw-r--r--doc/gdbm.texi2
3 files changed, 4 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 097dd36..73cb98d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-GNU dbm NEWS -- history of user-visible changes. 2021-10-11
+GNU dbm NEWS -- history of user-visible changes. 2021-10-19
Copyright (C) 1990-2021 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
-Version 1.21.90 (git)
+Version 1.22
* Fix file header validation
diff --git a/configure.ac b/configure.ac
index 0a6eab2..a79c974 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,7 @@
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
m4_define([_GDBM_VERSION_MAJOR], 1)
-m4_define([_GDBM_VERSION_MINOR], 21)
-m4_define([_GDBM_VERSION_PATCH], 90)
+m4_define([_GDBM_VERSION_MINOR], 22)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),
diff --git a/doc/gdbm.texi b/doc/gdbm.texi
index 886f2ee..a738c85 100644
--- a/doc/gdbm.texi
+++ b/doc/gdbm.texi
@@ -3654,7 +3654,7 @@ Synchronize after each write. Default is @code{off}.
@deffn {command verb} perror [@var{code}]
Describe the given @command{GDBM} error code.
-The descripion occupies one or two lines. The second line is present
+The description occupies one or two lines. The second line is present
if the system error number should be checked when handling this code.
In this case, the second line states @samp{Examine errno}.

Return to:

Send suggestions and report system problems to the System administrator.