diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-04 20:27:34 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-04 20:27:34 +0200 |
commit | daaae647d7f949fd44290c52c7e70098540726d8 (patch) | |
tree | c2ae1db93ebcf8ddc1de13d658c178cc765088da /mesonbuild | |
parent | 06dadfc45f5066d0f3474ee7580784ce089552e4 (diff) | |
download | meson-daaae647d7f949fd44290c52c7e70098540726d8.zip meson-daaae647d7f949fd44290c52c7e70098540726d8.tar.gz meson-daaae647d7f949fd44290c52c7e70098540726d8.tar.bz2 |
Updated information for new release.0.45.0
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 f22f9cd..4fa4f4c 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -21,7 +21,7 @@ from .mesonlib import MesonException from .mesonlib import default_libdir, default_libexecdir, default_prefix import ast -version = '0.45.0.dev1' +version = '0.45.0' backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode'] default_yielding = False |