summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-06-19 22:20:53 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2022-06-19 22:20:53 +0300
commit28a9c1fdad259bfb30cbc734755a714b880d7113 (patch)
tree02ac0d6a7e67506bc6fe8a575277a4dff8acb48f
parentdf4714be951bc8f7545cb5e78181274033dd86e4 (diff)
downloadmeson-0.63.0rc1.tar.gz
Update version numbers for rc1.0.63.0rc1
-rw-r--r--man/meson.12
-rw-r--r--mesonbuild/coredata.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/meson.1 b/man/meson.1
index 8a7999e56..0faf780db 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "March 2022" "meson 0.62.0" "User Commands"
+.TH MESON "1" "June 2022" "meson 0.63.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index a55d674c5..04f0b0d32 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.62.99'
+version = '0.63.0.rc1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']