aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-03-11 18:13:13 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-03-11 18:13:13 +0200
commit2343e816784c79d68bcd328bf84c23c46428a6ae (patch)
tree20e89cb07176b6f011e785dec595d8b89ef94886
parent4af12938e5dff214f68af9f5ca67de3cb6dbdffe (diff)
downloadgdbm-2343e816784c79d68bcd328bf84c23c46428a6ae.tar.gz
gdbm-2343e816784c79d68bcd328bf84c23c46428a6ae.tar.bz2
Version 1.13
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5ced245..98988d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-GNU dbm NEWS -- history of user-visible changes. 2016-07-25
+GNU dbm NEWS -- history of user-visible changes. 2017-03-11
Copyright (C) 1990-2017 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
-Version 1.12.90 (Git)
+Version 1.13 - 2017-03-11
* gdbm_fetch, gdbm_firstkey, and gdbm_nextkey behavior
@@ -370,7 +370,7 @@ Version 0.9
----------------------------------------------------------------------
Copyright information:
-Copyright (C) 1990-2016 Free Software Foundation, Inc.
+Copyright (C) 1990-2017 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index b2606dd..944fa7c 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], 12)
-m4_define([_GDBM_VERSION_PATCH], 90)
+m4_define([_GDBM_VERSION_MINOR], 13)
+dnl m4_define([_GDBM_VERSION_PATCH], 90)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),

Return to:

Send suggestions and report system problems to the System administrator.