]> git.sesse.net Git - bmusb/commitdiff
Release v0.7.3. 0.7.3
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 Nov 2018 13:06:37 +0000 (14:06 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 Nov 2018 13:06:37 +0000 (14:06 +0100)
Makefile
bmusb.cpp

index 5e8c35b1eae7d79bb40775357b4d30bdfc7f84eb..ca93558dbe428ab7a52156783ebd9ac0b3a1fc2d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ INSTALL := install
 PREFIX := /usr/local
 LIB := libbmusb.a
 SODEV := libbmusb.so
-SONAME := libbmusb.so.4
-SOLIB := libbmusb.so.4.0.2
+SONAME := libbmusb.so.5
+SOLIB := libbmusb.so.5.0.0
 
 all: $(LIB) $(SOLIB) main
 
index 471c015a6f042a5a94e4726ad62d81dc4006b8c5..f97a3b140e903cf3c1c45a4af23befc21130b7f1 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1,4 +1,4 @@
-// Intensity Shuttle USB3 capture driver, v0.7.2
+// Intensity Shuttle USB3 capture driver, v0.7.3
 // Can download 8-bit and 10-bit UYVY/v210-ish frames from HDMI, quite stable
 // (can do captures for hours at a time with no drops), except during startup
 // 576p60/720p60/1080i60 works, 1080p60 does not work (firmware limitation)