aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-09-11 15:21:57 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-09-11 15:21:57 +0530
commit776acd2a805c9b42b4f0375150977df42130317f (patch)
tree328460cf719b7d237617aaf29a761cd1c39c6559
parentd56d1b006e6b77eaa88b6f74c1de1324c3a08d8e (diff)
downloadmeson-0.55.3.zip
meson-0.55.3.tar.gz
meson-0.55.3.tar.bz2
Bump versions to 0.55.3 for release0.55.30.55
-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 a58bc87..fbbccfa 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "September 2020" "meson 0.55.2" "User Commands"
+.TH MESON "1" "September 2020" "meson 0.55.3" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 1ebf4fe..d639188 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -38,7 +38,7 @@ if T.TYPE_CHECKING:
OptionDictType = T.Dict[str, 'UserOption[T.Any]']
-version = '0.55.2'
+version = '0.55.3'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False