aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-11-13 09:51:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-11-13 09:51:32 +0000
commit2dc3e0e2dc2e59dac0ceefdd12838818e7b0301f (patch)
tree601171c09146aa1fa6b59729ede001f12504c310 /configure.ac
parentd7c236c6a24fa056541f78de900f5c3f82f1dd88 (diff)
downloadgdbm-2dc3e0e2dc2e59dac0ceefdd12838818e7b0301f.tar.gz
gdbm-2dc3e0e2dc2e59dac0ceefdd12838818e7b0301f.tar.bz2
Version 1.10
* NEWS: Raise version number. * configure.ac: Raise version number.
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 bd6c591..421e230 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
m4_define([_GDBM_VERSION_MAJOR], 1)
-m4_define([_GDBM_VERSION_MINOR], 9)
-m4_define([_GDBM_VERSION_PATCH], 90)
+m4_define([_GDBM_VERSION_MINOR], 10)
+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.