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 /rpmio | |
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 'rpmio')
-rw-r--r-- | rpmio/Makefile.am | 2 |
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@ \ |