aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
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 /mesonbuild
parentd56d1b006e6b77eaa88b6f74c1de1324c3a08d8e (diff)
downloadmeson-0.55.zip
meson-0.55.tar.gz
meson-0.55.tar.bz2
Bump versions to 0.55.3 for release0.55.30.55
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
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