aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
3 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0a6f8c7..9aceab0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,14 @@
-GNU dbm NEWS -- history of user-visible changes. 2018-01-01
+GNU dbm NEWS -- history of user-visible changes. 2018-01-03
Copyright (C) 1990-2018 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
+Version 1.14.1 - 2018-01-03
+
+* Increment soname current version number.
+
+
Version 1.14 - 2018-01-01
* Make sure created databases are byte-for-byte reproducible
diff --git a/configure.ac b/configure.ac
index 7df2159..1632df7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
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),
diff --git a/src/Makefile.am b/src/Makefile.am
index a7c54dd..aff6982 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,7 +33,7 @@ BUILT_SOURCES = gdbm.h gram.h
gram.h: gram.c
# The libraries
-VI_CURRENT = 4
+VI_CURRENT = 5
VI_REVISION = 0
VI_AGE = 0

Return to:

Send suggestions and report system problems to the System administrator.