summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2017-05-13 18:14:50 +0100
committerGitHub <noreply@github.com>2017-05-13 18:14:50 +0100
commite1a01966966936abc66b119f1b3c40cced88a85e (patch)
treeb95aa0a6b94d7e9e312955148b1ae708c3879f6d /meson.build
parent5616bbf3528a9a6264791fd7c9a6969f136f40f3 (diff)
downloadlibepoxy-e1a01966966936abc66b119f1b3c40cced88a85e.tar.gz
meson: Update required version to 0.39.1
It seems bumping to 0.38.1 was too relaxed, and evidently I didn't thoroughly test the change.
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()