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,13 +1,13 @@
-GNU dbm NEWS -- history of user-visible changes. 2018-07-01
+GNU dbm NEWS -- history of user-visible changes. 2018-07-30
Copyright (C) 1990-2018 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
-Version 1.16.90 (Git)
+Version 1.17 - 2018-07-30
* int gdbm_close and gdbm_sync
Both functions now return 0 on success. On error, they return -1
and set gdbm_errno and errno to the appropriate error codes.
diff --git a/configure.ac b/configure.ac
index 3ca6252..6079fd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,14 +13,14 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
m4_define([_GDBM_VERSION_MAJOR], 1)
-m4_define([_GDBM_VERSION_MINOR], 16)
-m4_define([_GDBM_VERSION_PATCH], 90)
+m4_define([_GDBM_VERSION_MINOR], 17)
+dnl m4_define([_GDBM_VERSION_PATCH], 0)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),
[bug-gdbm@gnu.org],,
[http://www.gnu.org/software/gdbm])
AC_PREREQ(2.69)

Return to:

Send suggestions and report system problems to the System administrator.