aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-07-30 23:44:16 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-07-30 23:44:16 +0300
commit65e725ea916f3076ee417ae8fd70ca790a5000d8 (patch)
tree7bbad996a78082b6d0d704b3c65dd14c89e5cd1e /configure.ac
parentb4333893277f7e4e4b5e673c158cc8b68ce1ea93 (diff)
downloadgdbm-65e725ea916f3076ee417ae8fd70ca790a5000d8.tar.gz
gdbm-65e725ea916f3076ee417ae8fd70ca790a5000d8.tar.bz2
Version 1.17v1.17
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3ca6252..6079fd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,14 +13,14 @@
13# GNU General Public License for more details. 13# GNU General Public License for more details.
14# 14#
15# You should have received a copy of the GNU General Public License 15# You should have received a copy of the GNU General Public License
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], 16) 19m4_define([_GDBM_VERSION_MINOR], 17)
20m4_define([_GDBM_VERSION_PATCH], 90) 20dnl m4_define([_GDBM_VERSION_PATCH], 0)
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],,
25 [http://www.gnu.org/software/gdbm]) 25 [http://www.gnu.org/software/gdbm])
26AC_PREREQ(2.69) 26AC_PREREQ(2.69)

Return to:

Send suggestions and report system problems to the System administrator.