]> git.sesse.net Git - bmusb/commitdiff
Release v0.7.0. 0.7.0
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 29 May 2017 16:43:18 +0000 (18:43 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 29 May 2017 16:47:06 +0000 (18:47 +0200)
Makefile
bmusb.cpp

index aad31217ce2b41a12c203180e5860a8c08edc0fa..989ed8c1dca5c27e3f5ad163315eac6d38afa457 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ INSTALL := install
 PREFIX := /usr/local
 LIB := libbmusb.a
 SODEV := libbmusb.so
-SONAME := libbmusb.so.3
-SOLIB := libbmusb.so.3.0.0
+SONAME := libbmusb.so.4
+SOLIB := libbmusb.so.4.0.0
 
 all: $(LIB) $(SOLIB) main
 
index 559c33760c96965c6804537b0fb29d2c37cefe0c..2e0f5c3e4c83264c25f780bf22be984891269f5d 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1,4 +1,4 @@
-// Intensity Shuttle USB3 capture driver, v0.6.0
+// Intensity Shuttle USB3 capture driver, v0.7.0
 // 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)