summaryrefslogtreecommitdiff
path: root/sign
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-11-05 10:22:50 +0200
committerPanu Matilainen <pmatilai@redhat.com>2012-11-05 10:22:50 +0200
commit2077b3dc542789b0e9598bf662b7327fd070bbcf (patch)
tree0719d846c53425dd6d153f8d3344fff744f90f8d /sign
parent1bfdd86899e9e27672e6f5bcca4dd47c671706c6 (diff)
downloadlibrpm-tizen-2077b3dc542789b0e9598bf662b7327fd070bbcf.tar.gz
librpm-tizen-2077b3dc542789b0e9598bf662b7327fd070bbcf.tar.bz2
librpm-tizen-2077b3dc542789b0e9598bf662b7327fd070bbcf.zip
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...
Diffstat (limited to 'sign')
-rw-r--r--sign/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \