aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-03-21 18:06:12 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-03-21 22:43:52 +0200
commit8f9af0917131436651449306dbcedcff5dcec2c2 (patch)
treed785cc1ad6b72bf0f9b727733bfea97e920de419 /configure.ac
parent4870c6afe40499ff0be8d2eafb9af685979df93d (diff)
parentd3e279579685be6732b3f7980f0b6a66f7e2d394 (diff)
downloadgdbm-8f9af0917131436651449306dbcedcff5dcec2c2.tar.gz
gdbm-8f9af0917131436651449306dbcedcff5dcec2c2.tar.bz2
Merge branch 'newcache': Bucket cache rewritten from scratch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4d956d9..7abd0bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
m4_define([_GDBM_VERSION_MAJOR], 1)
m4_define([_GDBM_VERSION_MINOR], 19)
-m4_dnl m4_define([_GDBM_VERSION_PATCH], 0)
+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.