commit e51f24bf207c3f2ee3695be1b79c777223d50af9
parent 1d085a941b21694a08def54d34ab6213592e236f
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 10 Jul 2020 23:34:07 +0200
fix #6425
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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)