aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-05-16 20:26:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2016-05-16 20:26:59 +0000
commite742ba10077685ea2453236b50188683d32abb41 (patch)
treee08b343aa639f28f87d4bf0ad810542f913d272b /configure.ac
parent2d63f988810059caa5faf5656eda7b59c21ebaa7 (diff)
downloadgdbm-e742ba10077685ea2453236b50188683d32abb41.tar.gz
gdbm-e742ba10077685ea2453236b50188683d32abb41.tar.bz2
Version 1.12
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a5d32a8..4d198e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
1# This file is part of GDBM. -*- autoconf -*- 1# This file is part of GDBM. -*- autoconf -*-
2# Copyright (C) 2007, 2009, 2011, 2013, 2014 Free Software Foundation, Inc. 2# Copyright (C) 2007, 2009, 2011, 2013, 2014,
3# 2016 Free Software Foundation, Inc.
3# 4#
4# GDBM is free software; you can redistribute it and/or modify 5# GDBM is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
@@ -15,8 +16,8 @@
15# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */ 16# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
16 17
17m4_define([_GDBM_VERSION_MAJOR], 1) 18m4_define([_GDBM_VERSION_MAJOR], 1)
18m4_define([_GDBM_VERSION_MINOR], 11) 19m4_define([_GDBM_VERSION_MINOR], 12)
19m4_define([_GDBM_VERSION_PATCH], 90) 20dnl m4_define([_GDBM_VERSION_PATCH], 90)
20 21
21AC_INIT([gdbm], 22AC_INIT([gdbm],
22 _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),

Return to:

Send suggestions and report system problems to the System administrator.