summaryrefslogtreecommitdiff
path: root/meson.build
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 /meson.build
parent7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d (diff)
downloadgusb-06c7fc3afe90443bcf83d647b8f9e2a8dbb72d5a.tar.gz
trivial: post release version bump
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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']