summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2021-03-12 16:09:56 +0000
committerRichard Hughes <richard@hughsie.com>2021-03-12 16:09:56 +0000
commit88ab7e8ba283c51943a3e7de4759bb76e642068f (patch)
tree0880e8880f1a25f26140aa492467a8c3ffa12f1a
parentb0464454048cac6779d4d51f12fe7f37ae4bbd57 (diff)
downloadgusb-88ab7e8ba283c51943a3e7de4759bb76e642068f.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE.md8
-rw-r--r--meson.build2
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']