aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-09-02 13:40:36 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-09-02 13:48:49 +0530
commit9529cf3994dd323fe144246736ff7be9151607d3 (patch)
tree33c520a3905cb6e6e03597b741d4709b034df487 /mesonbuild
parent4bc0aaae37f2857b0688010114f188f53767e4ce (diff)
downloadmeson-0.63.zip
meson-0.63.tar.gz
meson-0.63.tar.bz2
Bump versions to 0.63.2 for release0.63
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 b630d6d..916212a 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.1'
+version = '0.63.2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']