summaryrefslogtreecommitdiff
path: root/rpmio
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 /rpmio
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 'rpmio')
-rw-r--r--rpmio/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/Makefile.am b/rpmio/Makefile.am
index b31c6dab5..7b27d6153 100644
--- a/rpmio/Makefile.am
+++ b/rpmio/Makefile.am
@@ -25,7 +25,7 @@ librpmio_la_SOURCES += digest_nss.c
endif
-librpmio_la_LDFLAGS = -version-info 3:0:0
+librpmio_la_LDFLAGS = -version-info 4:0:1
librpmio_la_LIBADD = \
../misc/libmisc.la \
@WITH_NSS_LIB@ \