diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-03-18 10:28:57 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-03-18 10:28:57 +0200 |
commit | d07bcfece15f9e8352ea077e1a7fe8a082bc2eab (patch) | |
tree | e02beddbb198910b14626ae0381f6f9c3f1402f1 /rpmdb | |
parent | 5c48f597c82c92a02f573056e26bd21fe17aeda3 (diff) | |
download | rpm-d07bcfece15f9e8352ea077e1a7fe8a082bc2eab.tar.gz rpm-d07bcfece15f9e8352ea077e1a7fe8a082bc2eab.tar.bz2 rpm-d07bcfece15f9e8352ea077e1a7fe8a082bc2eab.zip |
Bump up sonames, we're not exactly ABI compatible with 4.4 anymore..
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index 1fa6da667..c423a4859 100644 --- a/rpmdb/Makefile.am +++ b/rpmdb/Makefile.am @@ -24,7 +24,7 @@ librpmdb_la_SOURCES += db3.c if SQLITE3 librpmdb_la_SOURCES += sqlite.c endif -librpmdb_la_LDFLAGS = -release 4.4 +librpmdb_la_LDFLAGS = -release 4.6 librpmdb_la_LIBADD = \ $(top_builddir)/rpmio/librpmio.la \ @WITH_POPT_LIB@ \ |