summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2022-11-25 16:50:32 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2022-11-25 16:50:32 +0000
commit90955f728061d0cbec4b470849a7f564637a6e3a (patch)
tree832538ddfe07c2efb8e2201770d4042beaa56bc7
parent936e5f253ef888c043f61ba6a8bb497f50dda368 (diff)
uvc-gadget v0.1.0v0.1.0
This release culminates being able to integrate many historical changes and updates that we had pending for quite some time along with some bugfixes and clean ups. Key new features already added to this release include: - SuperSpeed descriptor support - MJPEG support fixes - Update to support new gadget locations - Conversion to Meson build infrastructure - A new test pattern source generator - Support for JPEG sources - Improved logging - Commencement of control support Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5a9d3fb..d0f51b7 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
project('uvc-gadget', 'c',
meson_version : '>= 0.56',
- version : '0.0.0',
+ version : '0.1.0',
default_options : [
'werror=true',
'warning_level=2',