From eee861845d0e7245df6690980b11547f357690de Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 27 Jun 2022 18:12:30 +0300 Subject: [PATCH] Bump version number for rc2. --- mesonbuild/coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index 04f0b0d32..05cd7e4db 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.0.rc1' +version = '0.63.0.rc2' backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']