aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-08-27 08:41:46 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-08-27 08:41:46 +0300
commitf62c1b42fa74d9cdc6d60172ae8660cdb81f8682 (patch)
tree73332029055ef754abfbc1f31bce6574c1fb9458
parent43a4eaa03df87f3ae0b07dd344bea7b7a586d092 (diff)
downloadgdbm-f62c1b42fa74d9cdc6d60172ae8660cdb81f8682.tar.gz
gdbm-f62c1b42fa74d9cdc6d60172ae8660cdb81f8682.tar.bz2
Version 1.21
-rw-r--r--NEWS4
-rw-r--r--configure.ac3
2 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 76b3c79..b3f923a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
-GNU dbm NEWS -- history of user-visible changes. 2021-08-12
+GNU dbm NEWS -- history of user-visible changes. 2021-08-27
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.20.91 (git)
+Version 1.21 (git)
* Crash tolerance
diff --git a/configure.ac b/configure.ac
index 253318a..d174978 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,7 @@
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
m4_define([_GDBM_VERSION_MAJOR], 1)
-m4_define([_GDBM_VERSION_MINOR], 20)
-m4_define([_GDBM_VERSION_PATCH], 91)
+m4_define([_GDBM_VERSION_MINOR], 21)
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.