diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-10-02 09:08:24 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-10-05 21:34:44 +0530 |
commit | 6b7fc8dc48b0d1546206057ca8f7e38fbb4d0bcc (patch) | |
tree | 1b3e154a1be66a02bccdb269601a1d3d759ed22f | |
parent | 6a39ef1b33a6cfae2a8d2bda383e1f7fc13a5393 (diff) | |
download | meson-0.63.3.zip meson-0.63.3.tar.gz meson-0.63.3.tar.bz2 |
Bump versions to 0.63.3 for release0.63.3
-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 5df956a..745f5a8 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "September 2022" "meson 0.63.2" "User Commands" +.TH MESON "1" "October 2022" "meson 0.63.3" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index 916212a..f346942 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.2' +version = '0.63.3' backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode'] |