From: Steinar H. Gunderson Date: Sat, 25 Feb 2017 09:58:03 +0000 (+0100) Subject: Bump soname due to changed ABI. X-Git-Tag: 0.6.0~1 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=faa161f6724fdfa3580a588cc33edcc0c501550d;p=bmusb Bump soname due to changed ABI. --- 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