diff options
author | Richard Hughes <richard@hughsie.com> | 2021-03-12 16:09:56 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2021-03-12 16:09:56 +0000 |
commit | 88ab7e8ba283c51943a3e7de4759bb76e642068f (patch) | |
tree | 0880e8880f1a25f26140aa492467a8c3ffa12f1a | |
parent | b0464454048cac6779d4d51f12fe7f37ae4bbd57 (diff) | |
download | gusb-88ab7e8ba283c51943a3e7de4759bb76e642068f.tar.gz |
trivial: post release version bump
-rw-r--r-- | RELEASE.md | 8 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -3,11 +3,11 @@ GUsb Release Notes Write `NEWS` entries for GUsb in the same format as usual. - git shortlog 0.3.5.. | grep -i -v trivial | grep -v Merge > NEWS.new + git shortlog 0.3.6.. | grep -i -v trivial | grep -v Merge > NEWS.new ================================================= - Version 0.3.6 + Version 0.3.7 ~~~~~~~~~~~~~ - Released: 2020-xx-xx + Released: 2021-xx-xx Notes: @@ -41,7 +41,7 @@ Do post release version bump in `meson.build` and commit changes: Send an email to devkit-devel@lists.freedesktop.org ================================================= - GUsb 0.3.5 released! + GUsb 0.3.7 released! GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper diff --git a/meson.build b/meson.build index 353c3cf..0cc4ea9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libgusb', 'c', - version : '0.3.6', + version : '0.3.7', license : 'LGPL-2.1+', meson_version : '>=0.46.0', default_options : ['c_std=c99'] |