]> git.sesse.net Git - bmusb/commitdiff
Release v0.7.4. 0.7.4
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 29 Mar 2019 21:32:01 +0000 (22:32 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 29 Mar 2019 21:32:49 +0000 (22:32 +0100)
Makefile
bmusb.cpp

index ca93558dbe428ab7a52156783ebd9ac0b3a1fc2d..b58db0f8efa578e6403d889e2b0f68fef7b798ca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ INSTALL := install
 PREFIX := /usr/local
 LIB := libbmusb.a
 SODEV := libbmusb.so
 PREFIX := /usr/local
 LIB := libbmusb.a
 SODEV := libbmusb.so
-SONAME := libbmusb.so.5
-SOLIB := libbmusb.so.5.0.0
+SONAME := libbmusb.so.6
+SOLIB := libbmusb.so.6.0.0
 
 all: $(LIB) $(SOLIB) main
 
 
 all: $(LIB) $(SOLIB) main
 
index f97a3b140e903cf3c1c45a4af23befc21130b7f1..07db93348fff18022fb80eec12bdf1f9bebe63f8 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1,4 +1,4 @@
-// Intensity Shuttle USB3 capture driver, v0.7.3
+// Intensity Shuttle USB3 capture driver, v0.7.4
 // 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)
 // 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)