From 214067410d23d618e4feff964d40008d44fb381d Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Thu, 15 Dec 2022 15:59:48 -0500 Subject: [PATCH] LP1999823: Bump libtool library version Increasing Current, resetting Revision, and increasing Age, which should mean that binaries built against the previous version can still use this version. Signed-off-by: Jason Boyer Signed-off-by: Jeff Davis Signed-off-by: Galen Charlton --- src/libopensrf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libopensrf/Makefile.am b/src/libopensrf/Makefile.am index fd3729b..d01112e 100644 --- a/src/libopensrf/Makefile.am +++ b/src/libopensrf/Makefile.am @@ -113,4 +113,4 @@ libopensrf_la_DEPENDENCIES = libosrf_json.la libopensrf_la_LIBADD = $(memcached_LIBS) libopensrf_la_SOURCES = $(TARGS) $(TARGS_HEADS) $(JSON_TARGS) $(JSON_TARGS_HEADS) -libopensrf_la_LDFLAGS = -version-info 3:1:1 +libopensrf_la_LDFLAGS = -version-info 4:0:2 -- 2.43.2