From 7f9678d8aa98a097cea22809e483d604d1e7468a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 15 May 2022 12:03:52 +0200 Subject: [PATCH] Revert "lib: update version-info" 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 1db8a322..6cc6bc4d 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -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 -- 2.39.5