summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-07-30 10:46:23 +0100
committerRichard Hughes <richard@hughsie.com>2020-07-30 10:46:23 +0100
commit877b0523f709c80528e4fa1b6a9deb5a06c186fa (patch)
tree9056306faf5fd9fb91f8a96fbe3c3bb703329bb2 /meson.build
parent1f712812327091c42c62b1ab1148d738d1a22b51 (diff)
downloadgusb-877b0523f709c80528e4fa1b6a9deb5a06c186fa.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 20bef17..419a9e7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgusb', 'c',
- version : '0.3.5',
+ version : '0.3.6',
license : 'LGPL-2.1+',
meson_version : '>=0.46.0',
default_options : ['c_std=c99']