aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-01-24 02:08:19 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-01-24 04:01:36 +0530
commit79c6976fcd570b6c908158e04a4121c542b50a00 (patch)
tree891a9204c31e5ad1503465b5be01e53c85a176ad
parent74beeed55ebbef87d7c6309fe5f46cc1da3e6406 (diff)
downloadmeson-0.53.1.zip
meson-0.53.1.tar.gz
meson-0.53.1.tar.bz2
Bump versions to 0.53.1 for stable release0.53.1
-rw-r--r--man/meson.12
-rw-r--r--mesonbuild/coredata.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/meson.1 b/man/meson.1
index 05213a7..a5df7e2 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "January 2020" "meson 0.53.0" "User Commands"
+.TH MESON "1" "January 2020" "meson 0.53.1" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 5229b6b..b1336a6 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.0'
+version = '0.53.1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False