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 /lib | |
parent | 1bfdd86899e9e27672e6f5bcca4dd47c671706c6 (diff) | |
download | librpm-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 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index b74a9bc78..9e725b36d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -39,7 +39,7 @@ librpm_la_SOURCES = \ rpmchroot.c rpmchroot.h \ rpmplugins.c rpmplugins.h rpmug.c rpmug.h -librpm_la_LDFLAGS = -version-info 3:0:0 +librpm_la_LDFLAGS = -version-info 4:0:1 librpm_la_LIBADD = \ $(top_builddir)/rpmio/librpmio.la \ |