Commit ae854950b939a9208998e823b41a31ea1ff10fd7

Authored by Jay Berkenbilt
1 parent 7211a59e

Bump shared library minor version for added interfaces

Showing 1 changed file with 2 additions and 2 deletions
configure.ac
@@ -29,8 +29,8 @@ LT_INIT([win32-dll]) @@ -29,8 +29,8 @@ LT_INIT([win32-dll])
29 # * Otherwise, increment LT_REVISION 29 # * Otherwise, increment LT_REVISION
30 30
31 # LT = libtool 31 # LT = libtool
32 -LT_CURRENT=19  
33 -LT_AGE=1 32 +LT_CURRENT=20
  33 +LT_AGE=2
34 LT_REVISION=0 34 LT_REVISION=0
35 AC_SUBST(LT_CURRENT) 35 AC_SUBST(LT_CURRENT)
36 AC_SUBST(LT_REVISION) 36 AC_SUBST(LT_REVISION)