From 2077b3dc542789b0e9598bf662b7327fd070bbcf Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 5 Nov 2012 10:22:50 +0200 Subject: Update library current + age (ie libs are now 3.1.0) - We haven't removed or changed any interfaces in a way that would require full soname bump, only a handful of new interfaces have been added. - There aren't actually any new interfaces in librpmbuild or librpmsign but for sanity and consistency's sake they're all updated... --- sign/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sign') diff --git a/sign/Makefile.am b/sign/Makefile.am index ba453d1ef..db82702bc 100644 --- a/sign/Makefile.am +++ b/sign/Makefile.am @@ -11,7 +11,7 @@ usrlibdir = $(libdir) usrlib_LTLIBRARIES = librpmsign.la librpmsign_la_SOURCES = rpmgensig.c -librpmsign_la_LDFLAGS = -version-info 1:0:0 +librpmsign_la_LDFLAGS = -version-info 2:0:1 librpmsign_la_LIBADD = \ $(top_builddir)/lib/librpm.la \ $(top_builddir)/rpmio/librpmio.la \ -- cgit v1.2.3