aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-07-30 23:44:16 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-07-30 23:44:16 +0300
commit65e725ea916f3076ee417ae8fd70ca790a5000d8 (patch)
tree7bbad996a78082b6d0d704b3c65dd14c89e5cd1e
parentb4333893277f7e4e4b5e673c158cc8b68ce1ea93 (diff)
downloadgdbm-65e725ea916f3076ee417ae8fd70ca790a5000d8.tar.gz
gdbm-65e725ea916f3076ee417ae8fd70ca790a5000d8.tar.bz2
Version 1.17v1.17
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index f81a442..b883bc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,3 @@
1GNU dbm NEWS -- history of user-visible changes. 2018-07-01 1GNU dbm NEWS -- history of user-visible changes. 2018-07-30
2Copyright (C) 1990-2018 Free Software Foundation, Inc. 2Copyright (C) 1990-2018 Free Software Foundation, Inc.
3See the end of file for copying conditions. 3See the end of file for copying conditions.
@@ -5,5 +5,5 @@ See the end of file for copying conditions.
5Please send gdbm bug reports to <bug-gdbm@gnu.org>. 5Please send gdbm bug reports to <bug-gdbm@gnu.org>.
6 6
7Version 1.16.90 (Git) 7Version 1.17 - 2018-07-30
8 8
9* int gdbm_close and gdbm_sync 9* int gdbm_close and gdbm_sync
diff --git a/configure.ac b/configure.ac
index 3ca6252..6079fd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,6 @@
17 17
18m4_define([_GDBM_VERSION_MAJOR], 1) 18m4_define([_GDBM_VERSION_MAJOR], 1)
19m4_define([_GDBM_VERSION_MINOR], 16) 19m4_define([_GDBM_VERSION_MINOR], 17)
20m4_define([_GDBM_VERSION_PATCH], 90) 20dnl m4_define([_GDBM_VERSION_PATCH], 0)
21 21
22AC_INIT([gdbm], 22AC_INIT([gdbm],

Return to:

Send suggestions and report system problems to the System administrator.