aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-01-03 17:51:45 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-01-03 17:54:10 +0200
commitbbfd14e24d0c288bff351a9ed4cdac217e6cbe4d (patch)
tree29b484dde569992a7545cf916991b4e77fabaf66 /configure.ac
parentdade2ddfe5e6fb6f8718b26947570462df5fc0a2 (diff)
downloadgdbm-bbfd14e24d0c288bff351a9ed4cdac217e6cbe4d.tar.gz
gdbm-bbfd14e24d0c288bff351a9ed4cdac217e6cbe4d.tar.bz2
Bump library current version numberv1.14.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 7df2159..1632df7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,13 +14,13 @@
#
# You should have received a copy of the GNU General Public License
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
m4_define([_GDBM_VERSION_MAJOR], 1)
m4_define([_GDBM_VERSION_MINOR], 14)
-dnl m4_define([_GDBM_VERSION_PATCH], )
+m4_define([_GDBM_VERSION_PATCH], 1)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),
[bug-gdbm@gnu.org],,
[http://www.gnu.org/software/gdbm])
AC_PREREQ(2.69)

Return to:

Send suggestions and report system problems to the System administrator.