diff options
author | Victor Toso <me@victortoso.com> | 2019-07-15 16:59:55 +0200 |
---|---|---|
committer | Victor Toso <me@victortoso.com> | 2019-07-15 16:59:55 +0200 |
commit | b682fa3286595ce8c75842a4958498f30398b36f (patch) | |
tree | d4a63ac8213eff584bd091b5cd872d547653a2f8 | |
parent | 5a751bfae88be9c1724838c1cbbeded9b6d03760 (diff) | |
download | grilo-b682fa3286595ce8c75842a4958498f30398b36f.tar.gz |
Post-release version bump to 0.3.9
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7f237c6..b8eb965 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ # Copyright (C) 2016 Igalia S.L. All rights reserved. project('grilo', 'c', - version: '0.3.8', + version: '0.3.9', default_options: [ 'buildtype=debugoptimized', 'c_std=gnu99', |