]> git.sesse.net Git - bmusb/commitdiff
Release v0.7.1. 0.7.1
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 18 Mar 2018 22:27:03 +0000 (23:27 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 18 Mar 2018 22:27:03 +0000 (23:27 +0100)
Makefile
bmusb.cpp

index 989ed8c1dca5c27e3f5ad163315eac6d38afa457..b8f47ad5924274bc626837831897b3a5ae923d5e 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.0
+SOLIB := libbmusb.so.4.0.1
 
 all: $(LIB) $(SOLIB) main
 
index 2e0f5c3e4c83264c25f780bf22be984891269f5d..83ea717dd678512c6addbaf7609affd594115116 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1,4 +1,4 @@
-// Intensity Shuttle USB3 capture driver, v0.7.0
+// Intensity Shuttle USB3 capture driver, v0.7.1
 // 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)