aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-06-23 02:34:30 +0200
committerJay Berkenbilt <ejb@ql.org>2018-06-23 02:34:30 +0200
commitec8c7237e312b194e4d65432c1da6639ae942cdd (patch)
tree02890790cf218f451d3ae82f9f9a1e97fe7b7ac6 /configure.ac
parent3fe5236d54777103a0db893fa35242ccd97dc38d (diff)
downloadqpdf-ec8c7237e312b194e4d65432c1da6639ae942cdd.tar.zst
Bump shared library minor revision
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 d60610a2..4f875e95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,9 +29,9 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
-LT_CURRENT=21
-LT_AGE=0
-LT_REVISION=2
+LT_CURRENT=22
+LT_AGE=1
+LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)