From faa161f6724fdfa3580a588cc33edcc0c501550d Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 25 Feb 2017 10:58:03 +0100 Subject: [PATCH] Bump soname due to changed ABI. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e1c33ec..aad3121 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ INSTALL := install PREFIX := /usr/local LIB := libbmusb.a SODEV := libbmusb.so -SONAME := libbmusb.so.2 -SOLIB := libbmusb.so.2.0.0 +SONAME := libbmusb.so.3 +SOLIB := libbmusb.so.3.0.0 all: $(LIB) $(SOLIB) main -- 2.39.2