aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-10-27 08:54:19 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-10-27 08:54:19 +0300
commit0edfeba8d05fd0265aa59781e354be5abbf5ad07 (patch)
tree949f441cd9b098fdb15c956329977eb6e7c90bb2 /configure.ac
parent00ba17479ff31c6825f0e6f28b965f11525e83f6 (diff)
downloadgdbm-0edfeba8d05fd0265aa59781e354be5abbf5ad07.tar.gz
gdbm-0edfeba8d05fd0265aa59781e354be5abbf5ad07.tar.bz2
Version 1.18.1v1.18.1
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 d6c9be4..e45e1aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,9 +16,9 @@
16# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */ 16# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
17 17
18m4_define([_GDBM_VERSION_MAJOR], 1) 18m4_define([_GDBM_VERSION_MAJOR], 1)
19m4_define([_GDBM_VERSION_MINOR], 18) 19m4_define([_GDBM_VERSION_MINOR], 18)
20dnl m4_define([_GDBM_VERSION_PATCH], 0) 20m4_define([_GDBM_VERSION_PATCH], 1)
21 21
22AC_INIT([gdbm], 22AC_INIT([gdbm],
23 _GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH), 23 _GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),
24 [bug-gdbm@gnu.org],, 24 [bug-gdbm@gnu.org],,

Return to:

Send suggestions and report system problems to the System administrator.