From e287f28087aef9cfd6aa47acd0d283bc177a9d70 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 18 Mar 2018 23:27:03 +0100 Subject: [PATCH] Release v0.7.1. --- Makefile | 2 +- bmusb.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 989ed8c..b8f47ad 100644 --- 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 diff --git a/bmusb.cpp b/bmusb.cpp index 2e0f5c3..83ea717 100644 --- 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) -- 2.39.2