Bump LT_CURRENT.

This should have been included in v1.4.3.

Fixes https://github.com/google/draco/issues/754
This commit is contained in:
Tom Finegan 2021-10-29 17:08:49 -07:00
parent d914c62ad2
commit e5eb9cd3f7

View File

@ -60,7 +60,7 @@ macro(draco_set_build_definitions)
# passed to libtool.
#
# We set DRACO_SOVERSION = [c-a].a.r
set(LT_CURRENT 1)
set(LT_CURRENT 2)
set(LT_REVISION 0)
set(LT_AGE 0)
math(EXPR DRACO_SOVERSION_MAJOR "${LT_CURRENT} - ${LT_AGE}")