Bump shared library minor revision

This commit is contained in:
Jay Berkenbilt 2018-06-22 20:34:30 -04:00
parent 3fe5236d54
commit ec8c7237e3
1 changed files with 3 additions and 3 deletions

View File

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