summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-10 23:34:07 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-10 23:34:11 +0200
commite51f24bf207c3f2ee3695be1b79c777223d50af9 (patch)
tree0b23ba2a2308445025311e6a6c8df29d957659c3
parent1d085a941b21694a08def54d34ab6213592e236f (diff)
fix #6425
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3f12474..3c9b972 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,8 +26,8 @@ AC_CANONICAL_HOST
AC_CANONICAL_SYSTEM
LIB_VERSION_CURRENT=4
-LIB_VERSION_REVISION=7
-LIB_VERSION_AGE=2
+LIB_VERSION_REVISION=8
+LIB_VERSION_AGE=1
AC_SUBST(LIB_VERSION_CURRENT)
AC_SUBST(LIB_VERSION_REVISION)
AC_SUBST(LIB_VERSION_AGE)