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 @@
# This file is part of GDBM. -*- autoconf -*-
-# Copyright (C) 2007, 2009, 2011, 2013, 2014 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009, 2011, 2013, 2014,
+# 2016 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,8 +16,8 @@
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
m4_define([_GDBM_VERSION_MAJOR], 1)
-m4_define([_GDBM_VERSION_MINOR], 11)
-m4_define([_GDBM_VERSION_PATCH], 90)
+m4_define([_GDBM_VERSION_MINOR], 12)
+dnl 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.