diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-20 22:26:13 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-20 22:26:13 +0200 |
| commit | 415990f1bafbc35662620e56e58830dbade6d4eb (patch) | |
| tree | 56f6cfa2335f4cd2c131bdf88f13416b10307deb | |
| parent | 3d4bfdcb22314ea7db45a5b075f8b2a9c1498aab (diff) | |
| download | meson-415990f1bafbc35662620e56e58830dbade6d4eb.tar.gz | |
Version number bump for new development (again).
| -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 52ac8de97..4b0d0c472 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.37.1' +version = '0.38.0.dev1' backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode'] class UserOption: |
