diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-10-17 21:01:11 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-10-17 21:01:11 +0300 |
commit | d72a5c14f83253bafaf6b2531442d981ea1df2ed (patch) | |
tree | f9469ee3f1cd88050d170221e1aeeea9b48d3dae /mesonbuild/coredata.py | |
parent | d8cfaac88acd1b2f3576528e75bbef28702bbe27 (diff) | |
download | meson-0.35.1.tar.gz |
Diffstat (limited to 'mesonbuild/coredata.py')
-rw-r--r-- | mesonbuild/coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index 51bf107fd..587c6b39e 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -15,7 +15,7 @@ import pickle, os, uuid from .mesonlib import MesonException, default_libdir, default_libexecdir, default_prefix -version = '0.35.0' +version = '0.35.1' backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode'] class UserOption: |