summaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-05-31 13:35:45 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-06-02 17:06:53 +0530
commit373d18bc4dfca088aaa92a2d23ed486f3faf527f (patch)
treeef7388c7a708cad6e160c692eb516d5d5c7a1b46 /mesonbuild/coredata.py
parent2be432d13087596b64700d64e6bf896e1ed8d73b (diff)
downloadmeson-0.62.tar.gz
Bump versions to 0.62.2 for release0.62.20.62
Diffstat (limited to 'mesonbuild/coredata.py')
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 3fa35c3db..aeba1d86c 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -51,7 +51,7 @@ if T.TYPE_CHECKING:
#
# Pip requires that RCs are named like this: '0.1.0.rc1'
# But the corresponding Git tag needs to be '0.1.0rc1'
-version = '0.62.1'
+version = '0.62.2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']