]> git.sesse.net Git - bmusb/commitdiff
Release 0.7.6 (no code changes, Makefile only). 0.7.6
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 12 Apr 2020 09:14:13 +0000 (11:14 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 12 Apr 2020 09:14:13 +0000 (11:14 +0200)
Makefile
bmusb.cpp

index 892c2ba74c1957a3ecd4aebc76e5f557d802261e..a59e782389ca2af9848e55f0957abdb4a99dff64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ UDEVDIR ?= /lib/udev
 LIB := libbmusb.a
 SODEV := libbmusb.so
 SONAME := libbmusb.so.6
-SOLIB := libbmusb.so.6.0.1
+SOLIB := libbmusb.so.6.0.2
 
 all: $(LIB) $(SOLIB) main bmusb-v4l2proxy
 
index 48ca258526f12b871f59a22ba19828ac1a3b6d1c..0169d062dad8d1823ed441e29cc3938eee2c2e09 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1,4 +1,4 @@
-// Intensity Shuttle USB3 capture driver, v0.7.5
+// Intensity Shuttle USB3 capture driver, v0.7.6
 // 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)