summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-02-12 14:18:58 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-02-17 14:43:35 +0000
commit3088467d7e599ea26bbcc6594ae216fd0deda2c5 (patch)
treebebc9b05dbdee83899ca2dbcc756ca958b35edb4
parentad413711dab65ced91ad7d51abe23bc8c86207e5 (diff)
meson.build: Increase version of the compositornext-wip
Bump the version of the compositor as well, as we switched to a newer version of libweston. Bug-AGL: SPEC-3180 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I345dbc4b992b23b784a35900ef754e39596a3082
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d1f5db7..08b2544 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('agl-compositor',
'c',
- version: '0.0.13',
+ version: '0.0.15',
default_options: [
'warning_level=3',
'c_std=gnu99',