From: Vincent Bernat Date: Sun, 15 May 2022 10:02:41 +0000 (+0200) Subject: lib: update version-info X-Git-Tag: 1.0.14~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e069bba4ec993cc4df14fab3a7108f43e3b66714;p=thirdparty%2Flldpd.git lib: update version-info This is reverse-compatible with previous versions. --- diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index f9810392..1db8a322 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -54,7 +54,7 @@ CLEANFILES = atom-glue.c # -version-number could be computed from -version-info, mostly major # is `current` - `age`, minor is `age` and revision is `revision' and # major.minor should be used when updaing lldpctl.map. -liblldpctl_la_LDFLAGS = $(AM_LDFLAGS) -version-info 13:0:9 +liblldpctl_la_LDFLAGS = $(AM_LDFLAGS) -version-info 14:0:10 liblldpctl_la_DEPENDENCIES = libfixedpoint.la if HAVE_LD_VERSION_SCRIPT