From 88ab7e8ba283c51943a3e7de4759bb76e642068f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 12 Mar 2021 16:09:56 +0000 Subject: trivial: post release version bump --- RELEASE.md | 8 ++++---- meson.build | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index ec3bb0e..1b2cabe 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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'] -- cgit v1.2.1