aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-01-04 22:26:49 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-04 22:27:13 +0100
commit07acf9175dc10c9a3ed25cf1e9060e972e171406 (patch)
treef492303c26ceaef52bfca66548d7dbe1d1eaad67 /configure.ac
parentddaa980c1a799fe79496927551f77fb9c207d116 (diff)
downloadqpdf-07acf9175dc10c9a3ed25cf1e9060e972e171406.tar.zst
Bump shared library minor version
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 396284c6..e72c6231 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,9 +52,9 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=28
-LT_AGE=0
-LT_REVISION=4
+LT_CURRENT=29
+LT_AGE=1
+LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)