aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-03-15 11:30:58 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-03-15 11:30:58 +0200
commit1be444b4647214dbd9a43084ffbf01ef95a78287 (patch)
tree0ba6ac07c1e2909fb9224e1918385b6feaf1baff
parent68b8fbcf6d684e93fe11e08f383945e6661e071b (diff)
downloadmeson-0.62.0rc2.zip
meson-0.62.0rc2.tar.gz
meson-0.62.0rc2.tar.bz2
Bump version number for rc2.0.62.0rc2
-rw-r--r--mesonbuild/coredata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 04264e5..3e267b5 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.0.rc1'
+version = '0.62.0.rc2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']