mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 18:39:05 +08:00
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:
parent
d914c62ad2
commit
e5eb9cd3f7
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user