diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-10-02 09:08:24 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-10-05 21:34:44 +0530 |
commit | 6b7fc8dc48b0d1546206057ca8f7e38fbb4d0bcc (patch) | |
tree | 1b3e154a1be66a02bccdb269601a1d3d759ed22f /mesonbuild/coredata.py | |
parent | 6a39ef1b33a6cfae2a8d2bda383e1f7fc13a5393 (diff) | |
download | meson-0.63.tar.gz |
Diffstat (limited to 'mesonbuild/coredata.py')
-rw-r--r-- | mesonbuild/coredata.py | 2 |
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'] |