diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-02-24 03:04:09 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-02-24 03:06:24 +0530 |
commit | 329f16a2470a6858ff8d35ca0a39a61eece6784f (patch) | |
tree | 0ea342fd8a356d443fa529e19fc99797cc09a3e7 | |
parent | b26dd48d4d6dc44e00a708d544b7d88d4331d9f3 (diff) | |
download | meson-329f16a2470a6858ff8d35ca0a39a61eece6784f.zip meson-329f16a2470a6858ff8d35ca0a39a61eece6784f.tar.gz meson-329f16a2470a6858ff8d35ca0a39a61eece6784f.tar.bz2 |
Bump meson version to 0.53.2 for release
-rw-r--r-- | man/meson.1 | 2 | ||||
-rw-r--r-- | mesonbuild/coredata.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/meson.1 b/man/meson.1 index a5df7e2..9b126bd 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "January 2020" "meson 0.53.1" "User Commands" +.TH MESON "1" "February 2020" "meson 0.53.2" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index d94f2c0..a99d091 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -37,7 +37,7 @@ if T.TYPE_CHECKING: OptionDictType = T.Dict[str, 'UserOption[T.Any]'] -version = '0.53.1' +version = '0.53.2' backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode'] default_yielding = False |