From 32043c95d3b9f8cb97d6d28b9996fa1bec2ce11b Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 29 May 2017 18:43:18 +0200 Subject: [PATCH] Release v0.7.0. --- Makefile | 4 ++-- bmusb.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index aad3121..989ed8c 100644 --- 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 diff --git a/bmusb.cpp b/bmusb.cpp index 559c337..2e0f5c3 100644 --- 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) -- 2.39.2