]> git.sesse.net Git - bmusb/commitdiff
Release 0.7.7 (no code changes, Makefile only). master 0.7.7
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 30 Nov 2023 21:09:54 +0000 (22:09 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 30 Nov 2023 21:09:54 +0000 (22:09 +0100)
Makefile
bmusb.cpp

index f7a54c84da5beac9d601e17daf3443aa32d76437..1b5860ffa16c7504a05136c45295266b36aea1b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ UDEVDIR ?= /lib/udev
 LIB := libbmusb.a
 SODEV := libbmusb.so
 SONAME := libbmusb.so.6
-SOLIB := libbmusb.so.6.0.2
+SOLIB := libbmusb.so.6.0.3
 
 all: $(LIB) $(SOLIB) main bmusb-v4l2proxy
 
index 0169d062dad8d1823ed441e29cc3938eee2c2e09..ac4314166402fdecc26730b3ed39a83d75ed6a7f 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1,4 +1,4 @@
-// Intensity Shuttle USB3 capture driver, v0.7.6
+// Intensity Shuttle USB3 capture driver, v0.7.7
 // 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)