]> git.sesse.net Git - bmusb/commitdiff
Release v0.7.2. 0.7.2
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 Apr 2018 11:10:15 +0000 (13:10 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 Apr 2018 11:10:15 +0000 (13:10 +0200)
Makefile
bmusb.cpp

index b8f47ad5924274bc626837831897b3a5ae923d5e..5e8c35b1eae7d79bb40775357b4d30bdfc7f84eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PREFIX := /usr/local
 LIB := libbmusb.a
 SODEV := libbmusb.so
 SONAME := libbmusb.so.4
-SOLIB := libbmusb.so.4.0.1
+SOLIB := libbmusb.so.4.0.2
 
 all: $(LIB) $(SOLIB) main
 
index 7a1e07a84596b37543ca778c70a465e2ce1a0290..05bb2a22f76c03da29b9cecb1b3f57361260ccb0 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1,4 +1,4 @@
-// Intensity Shuttle USB3 capture driver, v0.7.1
+// Intensity Shuttle USB3 capture driver, v0.7.2
 // 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)