From 267343dca564569060bba4148e107b3d0ed12211 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 10 Jun 2014 13:38:46 +0200 Subject: [PATCH] bump ABI version again 1.10 and 1.11 both introduced incompatible changes to the libiscsi ABI. Please do not do that, and feel free to Cc me on any patch that touches include/. In the meanwhile, bump the soname of the library. I suggest releasing 1.11.1 with this change for distros. Signed-off-by: Paolo Bonzini --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 66c02dd..828001a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -10,9 +10,9 @@ if !HAVE_LIBGCRYPT libiscsi_la_SOURCES += md5.c endif -SOCURRENT=3 +SOCURRENT=4 SOREVISON=11 -SOAGE=1 +SOAGE=0 libiscsi_la_LDFLAGS = \ -version-info $(SOCURRENT):$(SOREVISON):$(SOAGE) -bindir $(bindir) \ -no-undefined -export-symbols libiscsi.syms