summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2021-10-06 09:59:59 +0100
committerRichard Hughes <richard@hughsie.com>2021-10-06 09:59:59 +0100
commita0d6f504f0c1c38599acf254771c6dc6d1829ea3 (patch)
tree065e0637c884dcef3064147143b8ee48c87d880a /meson.build
parentdb9edbd8b45662d551194a0985173732f8f557a5 (diff)
downloadgusb-a0d6f504f0c1c38599acf254771c6dc6d1829ea3.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 9fa92d5..8bca5d2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgusb', 'c',
- version : '0.3.8',
+ version : '0.3.9',
license : 'LGPL-2.1+',
meson_version : '>=0.46.0',
default_options : ['c_std=c99']