summaryrefslogtreecommitdiff
path: root/mesonbuild/coredata.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-10-02 09:08:24 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-10-05 21:34:44 +0530
commit6b7fc8dc48b0d1546206057ca8f7e38fbb4d0bcc (patch)
tree1b3e154a1be66a02bccdb269601a1d3d759ed22f /mesonbuild/coredata.py
parent6a39ef1b33a6cfae2a8d2bda383e1f7fc13a5393 (diff)
downloadmeson-0.63.tar.gz
Bump versions to 0.63.3 for release0.63.30.63
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 916212aac..f34694281 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -53,7 +53,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.63.2'
+version = '0.63.3'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']