diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-10-25 00:05:30 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-10-25 19:35:01 +0300 |
commit | b0e2d00acd67e13ac3478cb7f00a080d702bb8d7 (patch) | |
tree | 5f207b3b76150ee34686c3f3ed14782ab8026e40 | |
parent | 725f77650d4376a27307de7dd27d4bc393a74946 (diff) | |
download | meson-0.64.0rc1.zip meson-0.64.0rc1.tar.gz meson-0.64.0rc1.tar.bz2 |
Bump version numbers for 0.64.0.rc1.0.64.0rc1
-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..345eef1 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" "October 2022" "meson 0.64.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index 038754a..91a5d0e 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.99' +version = '0.64.0.rc1' backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode'] |