From e069bba4ec993cc4df14fab3a7108f43e3b66714 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 15 May 2022 12:02:41 +0200 Subject: [PATCH] lib: update version-info This is reverse-compatible with previous versions. --- src/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5