OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ae854950b939a9208998e823b41a31ea1ff10fd7
Authored by
Jay Berkenbilt
2018-01-13 20:28:56 -0500
1 parent
7211a59e
Bump shared library minor version for added interfaces
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
configure.ac
configure.ac
View file @
ae85495
...
...
@@ -29,8 +29,8 @@ LT_INIT([win32-dll])
29
29
# * Otherwise, increment LT_REVISION
30
30
31
31
# LT = libtool
32
-LT_CURRENT=19
33
-LT_AGE=1
32
+LT_CURRENT=20
33
+LT_AGE=2
34
34
LT_REVISION=0
35
35
AC_SUBST(LT_CURRENT)
36
36
AC_SUBST(LT_REVISION)
...
...