diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-08-13 01:55:14 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-08-13 01:55:14 +0530 |
commit | 9498255cb255c0748490e3c208bd4021adbe706d (patch) | |
tree | 3d630180395f8fdf18aa6f646c68464ab394d72d | |
parent | b32ad7eed01db24f297b605dee4a0b79d0e60082 (diff) | |
download | meson-9498255cb255c0748490e3c208bd4021adbe706d.zip meson-9498255cb255c0748490e3c208bd4021adbe706d.tar.gz meson-9498255cb255c0748490e3c208bd4021adbe706d.tar.bz2 |
Bump versions to 0.63.1 for release0.63.1
-rw-r--r-- | man/meson.1 | 2 | ||||
-rw-r--r-- | mesonbuild/coredata.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/meson.1 b/man/meson.1 index c01b736..98d1f04 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "July 2022" "meson 0.63.0" "User Commands" +.TH MESON "1" "August 2022" "meson 0.63.1" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index c354029..a82a9fa 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' +version = '0.63.1' backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode'] |