summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-11-16 19:28:17 +0000
committerRichard Hughes <richard@hughsie.com>2019-11-16 19:28:17 +0000
commit06c7fc3afe90443bcf83d647b8f9e2a8dbb72d5a (patch)
treec0280654b68db9ad7cb32694f6eacf2abd6a0a2c
parent7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d (diff)
downloadgusb-06c7fc3afe90443bcf83d647b8f9e2a8dbb72d5a.tar.gz
trivial: post release version bump
-rw-r--r--RELEASE.md6
-rw-r--r--meson.build2
2 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 69281ff..1d90cf7 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -3,9 +3,9 @@ GUsb Release Notes
Write `NEWS` entries for GUsb in the same format as usual.
- git shortlog 0.3.0.. | grep -i -v trivial | grep -v Merge > NEWS.new
+ git shortlog 0.3.1.. | grep -i -v trivial | grep -v Merge > NEWS.new
=================================================
- Version 0.3.1
+ Version 0.3.2
~~~~~~~~~~~~~
Released: 2018-xx-xx
@@ -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.2.11 released!
+ GUsb 0.3.2 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 44330b3..71d0192 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgusb', 'c',
- version : '0.3.1',
+ version : '0.3.2',
license : 'LGPL-2.1+',
meson_version : '>=0.37.0',
default_options : ['c_std=c99']