diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-12 23:22:48 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-12 23:22:48 +0300 |
| commit | f75d39468317fa642fca264ef05c4ef7c86fd9ca (patch) | |
| tree | 63cb60f51174a404e9a1593b13ade05794f8b2c2 /mesonbuild | |
| parent | 93681b013742ecb9de9f2e4739d333248c5d0f87 (diff) | |
| download | meson-f75d39468317fa642fca264ef05c4ef7c86fd9ca.tar.gz | |
Update versions for new development.
Diffstat (limited to 'mesonbuild')
| -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 8b435ee80..80ad94f85 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -19,7 +19,7 @@ from .mesonlib import MesonException, commonpath from .mesonlib import default_libdir, default_libexecdir, default_prefix import ast -version = '0.41.0' +version = '0.42.0.dev1' backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode'] class UserOption: |
