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 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)
... ...