aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-09-03 08:44:16 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-09-03 08:44:16 +0300
commit6f3160eade02dd21498e765f29d72832ced50913 (patch)
treed30ec3f09553d136aed1527a9ab25c62c419902a
parente4089536f849644b12d9647aff12f2dac312b940 (diff)
downloadgdbm-6f3160eade02dd21498e765f29d72832ced50913.tar.gz
gdbm-6f3160eade02dd21498e765f29d72832ced50913.tar.bz2
Add gdbmshell.c to POTFILES.in
-rw-r--r--NEWS4
-rw-r--r--configure.ac1
-rw-r--r--po/POTFILES.in1
3 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 57ae1eb..3032e6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
-GNU dbm NEWS -- history of user-visible changes. 2021-09-02
+GNU dbm NEWS -- history of user-visible changes. 2021-09-03
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.21, 2021-09-02
* Crash tolerance
diff --git a/configure.ac b/configure.ac
index d174978..4e5b62d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,7 @@
m4_define([_GDBM_VERSION_MAJOR], 1)
m4_define([_GDBM_VERSION_MINOR], 21)
+m4_define([_GDBM_VERSION_PATCH], 90)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 6145953..b81a972 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -23,6 +23,7 @@ src/gdbm_load.c
src/gdbmerrno.c
src/gdbmstore.c
src/gdbmtool.c
+src/gdbmshell.c
src/gram.y
src/lex.l
src/parseopt.c

Return to:

Send suggestions and report system problems to the System administrator.