aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-10-19 07:54:40 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-10-19 07:59:30 +0300
commit47f50f669f27936d4c052c12f1c20ee59f0ede97 (patch)
treefcae2cef7cfa90d6fe4a84022113b38c1f287d7e
parentbcee56a8b5de38d09b02b9340c5762ef0fc40d5a (diff)
downloadgdbm-1.22.tar.gz
gdbm-1.22.tar.bz2
Version 1.22v1.22
-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.