summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2017-05-13 18:19:14 +0100
committerGitHub <noreply@github.com>2017-05-13 18:19:14 +0100
commit5ef9c5ea24e5a0761baa2abda46c031eb0f6fd0f (patch)
treeb95aa0a6b94d7e9e312955148b1ae708c3879f6d /meson.build
parent5616bbf3528a9a6264791fd7c9a6969f136f40f3 (diff)
parente1a01966966936abc66b119f1b3c40cced88a85e (diff)
downloadlibepoxy-5ef9c5ea24e5a0761baa2abda46c031eb0f6fd0f.tar.gz
Merge pull request #121 from anholt/meson-bump
Update required version to 0.39.1
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 afccf78..5435f45 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project('libepoxy', 'c', version: '1.4.2',
'warning_level=1',
],
license: 'MIT',
- meson_version: '>= 0.38.1')
+ meson_version: '>= 0.39.1')
epoxy_version = meson.project_version().split('.')
epoxy_major_version = epoxy_version[0].to_int()