diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ddd76804c54..51d19c02b80 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,9 @@ project( 'mesa', ['c', 'cpp'], - version : '17.3.0-devel', + version : run_command( + [find_program('python', 'python2', 'python3'), 'bin/meson_get_version.py'] + ).stdout(), license : 'MIT', meson_version : '>= 0.42', default_options : ['buildtype=debugoptimized', 'c_std=c99', 'cpp_std=c++11'] |