From b0e2d00acd67e13ac3478cb7f00a080d702bb8d7 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Tue, 25 Oct 2022 00:05:30 +0300 Subject: [PATCH] Bump version numbers for 0.64.0.rc1. --- man/meson.1 | 2 +- mesonbuild/coredata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/meson.1 b/man/meson.1 index c01b7368fb78..345eef1ac8b1 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 038754aa8061..91a5d0e4da2d 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -53,7 +53,7 @@ # # 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']