aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-07 14:52:07 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-07 14:52:07 +0100
commit69237574e24415615f78ef56b71e2cbe728ccbc3 (patch)
tree0eb2ad73dc30e0c1476b6c9c36928d4fae3efb2a /configure.ac
parentaa602fd107a622a3f12e6530220bb0303b95b520 (diff)
downloadqpdf-69237574e24415615f78ef56b71e2cbe728ccbc3.tar.zst
Update shared library version information
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3157762b..28761a9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,9 +41,9 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=23
-LT_AGE=2
-LT_REVISION=1
+LT_CURRENT=24
+LT_AGE=3
+LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)