Commit ec8c7237e312b194e4d65432c1da6639ae942cdd

Authored by Jay Berkenbilt
1 parent 3fe5236d

Bump shared library minor revision

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