]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lib: update version-info
authorVincent Bernat <vincent@bernat.ch>
Sun, 15 May 2022 10:02:41 +0000 (12:02 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sun, 15 May 2022 10:02:41 +0000 (12:02 +0200)
This is reverse-compatible with previous versions.

src/lib/Makefile.am

index f98103929eda24011f697506742d9748a16f5e48..1db8a322f0a6827ea390c7609421d59c493da5f0 100644 (file)
@@ -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