aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-09-10 00:00:33 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-09-10 12:13:03 +0530
commit008d13038f95e7c7d8ad553f14e408da5b94c360 (patch)
treeaf9065133d80e2a4d2dc8831435dccdea81e7906 /mesonbuild
parent84a3c01471e206cc65f92c61d8b0c649fbc48d19 (diff)
downloadmeson-0.55.2.zip
meson-0.55.2.tar.gz
meson-0.55.2.tar.bz2
Bump versions to 0.55.2 for release0.55.2
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 7f4849a..1ebf4fe 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.1'
+version = '0.55.2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False