diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-11-05 10:22:50 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-11-05 10:22:50 +0200 |
commit | 2077b3dc542789b0e9598bf662b7327fd070bbcf (patch) | |
tree | 0719d846c53425dd6d153f8d3344fff744f90f8d /build | |
parent | 1bfdd86899e9e27672e6f5bcca4dd47c671706c6 (diff) | |
download | rpm-2077b3dc542789b0e9598bf662b7327fd070bbcf.tar.gz rpm-2077b3dc542789b0e9598bf662b7327fd070bbcf.tar.bz2 rpm-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 'build')
-rw-r--r-- | build/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index 6950d8ff2..1a540bce3 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -16,7 +16,7 @@ librpmbuild_la_SOURCES = \ parsePolicies.c policies.c \ rpmbuild_internal.h rpmbuild_misc.h -librpmbuild_la_LDFLAGS = -version-info 3:0:0 +librpmbuild_la_LDFLAGS = -version-info 4:0:1 librpmbuild_la_LIBADD = \ $(top_builddir)/lib/librpm.la \ $(top_builddir)/rpmio/librpmio.la \ |