]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Revert "lib: update version-info"
authorVincent Bernat <vincent@bernat.ch>
Sun, 15 May 2022 10:03:52 +0000 (12:03 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sun, 15 May 2022 10:04:48 +0000 (12:04 +0200)
This reverts commit e069bba4ec993cc4df14fab3a7108f43e3b66714. My bad,
this should not be changed just because of new stuff in enums. Only
additional functions require an update.

src/lib/Makefile.am

index 1db8a322f0a6827ea390c7609421d59c493da5f0..6cc6bc4d3f81159b7b42eb36366efbf96243f26a 100644 (file)
@@ -53,8 +53,8 @@ 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 14:0:10
+# major.minor should be used when updating lldpctl.map.
+liblldpctl_la_LDFLAGS = $(AM_LDFLAGS) -version-info 13:1:9
 liblldpctl_la_DEPENDENCIES = libfixedpoint.la
 
 if HAVE_LD_VERSION_SCRIPT