aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
-rw-r--r--po/POTFILES.in10
3 files changed, 8 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 12d5757..03b3879 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
-Version 1.18.90 (git)
+Version 1.19 - 2020-12-23
* Pre-read the memory mapped regions on systems that support it.
diff --git a/configure.ac b/configure.ac
index c840a46..c7c48a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
m4_define([_GDBM_VERSION_MAJOR], 1)
-m4_define([_GDBM_VERSION_MINOR], 18)
-m4_define([_GDBM_VERSION_PATCH], 90)
+m4_define([_GDBM_VERSION_MINOR], 19)
+dnl m4_define([_GDBM_VERSION_PATCH], 0)
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 344f445..fbdf177 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -15,17 +15,17 @@
# along with GDBM. If not, see <http://www.gnu.org/licenses/>.
src/bucket.c
+src/datconv.c
src/falloc.c
src/findkey.c
src/gdbm_dump.c
src/gdbm_load.c
src/gdbmerrno.c
-src/gdbmfetch.c
-src/gdbmseq.c
src/gdbmstore.c
-src/parseopt.c
src/gdbmtool.c
-src/update.c
src/gram.y
src/lex.l
-src/datconv.c
+src/parseopt.c
+src/recover.c
+src/update.c
+src/util.c

Return to:

Send suggestions and report system problems to the System administrator.