Update shared library version information

This commit is contained in:
Jay Berkenbilt 2019-01-07 08:52:07 -05:00
parent aa602fd107
commit 69237574e2
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
9e7830c08cda9f1ffcbc6e6cce79e58dd6d8de5f6b9a889067c816b23f463025 configure.ac
6ebb3f29f5483c1eab2745bb946889d4dbb34f702ddf812443c79acd6e25a16d configure.ac
35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.m4
37f8897d5f68d7d484e5457832a8f190ddb7507fa2a467cb7ee2be40a4364643 m4/libtool.m4
e77ebba8361b36f14b4d0927173a034b98c5d05049697a9ded84d85eb99a7990 m4/ltoptions.m4

6
configure vendored
View File

@ -15622,9 +15622,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# * Otherwise, increment LT_REVISION
# LT = libtool
LT_CURRENT=23
LT_AGE=2
LT_REVISION=1
LT_CURRENT=24
LT_AGE=3
LT_REVISION=0

View File

@ -41,9 +41,9 @@ LT_INIT([win32-dll])
# * Otherwise, increment LT_REVISION
# LT = libtool
LT_CURRENT=23
LT_AGE=2
LT_REVISION=1
LT_CURRENT=24
LT_AGE=3
LT_REVISION=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)