]> git.sesse.net Git - bmusb/commitdiff
Bump soname due to changed ABI.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 25 Feb 2017 09:58:03 +0000 (10:58 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 25 Feb 2017 09:58:10 +0000 (10:58 +0100)
Makefile

index e1c33ecd0e87fb438f688a7755e0acb72fcfbc6f..aad31217ce2b41a12c203180e5860a8c08edc0fa 100644 (file)
--- 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