]> git.sesse.net Git - bmusb/commitdiff
Release 0.7.5. 0.7.5
authorSteinar H. Gunderson <steinar+nageru@gunderson.no>
Tue, 7 Apr 2020 19:28:10 +0000 (21:28 +0200)
committerSteinar H. Gunderson <steinar+nageru@gunderson.no>
Tue, 7 Apr 2020 20:11:30 +0000 (22:11 +0200)
Makefile
bmusb.cpp

index 012bbec0cfb03b2a9ed9a0d777d227d650ae40a1..dd10907fd57598179cfe937a2993683693295359 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ PREFIX := /usr/local
 LIB := libbmusb.a
 SODEV := libbmusb.so
 SONAME := libbmusb.so.6
-SOLIB := libbmusb.so.6.0.0
+SOLIB := libbmusb.so.6.0.1
 
 all: $(LIB) $(SOLIB) main bmusb-v4l2proxy
 
index 07db93348fff18022fb80eec12bdf1f9bebe63f8..48ca258526f12b871f59a22ba19828ac1a3b6d1c 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1,4 +1,4 @@
-// Intensity Shuttle USB3 capture driver, v0.7.4
+// Intensity Shuttle USB3 capture driver, v0.7.5
 // 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)