diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-10 23:34:07 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-10 23:34:11 +0200 |
commit | e51f24bf207c3f2ee3695be1b79c777223d50af9 (patch) | |
tree | 0b23ba2a2308445025311e6a6c8df29d957659c3 | |
parent | 1d085a941b21694a08def54d34ab6213592e236f (diff) |
fix #6425
-rw-r--r-- | configure.ac | 4 |
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) |