summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-01-27 00:33:41 +0100
committerJay Berkenbilt <ejb@ql.org>2020-01-27 00:35:46 +0100
commit0a60ebc4cfa99d6f063db4032c31a5749ec2e8e7 (patch)
tree8a47a70584789813c73c82727b9d17d07d5a57bb /configure.ac
parent676cdcff1aad65a6ca104586978184162851f8f3 (diff)
downloadqpdf-0a60ebc4cfa99d6f063db4032c31a5749ec2e8e7.tar.zst
Update shared library version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5d1cb746..95ec8c7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ LT_INIT([win32-dll])
# LT = libtool
LT_CURRENT=27
LT_AGE=1
-LT_REVISION=0
+LT_REVISION=1
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)