From 78020598a6bdfd684ca3c11f99fe1de8e3eb8ed5 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 22 Mar 2022 11:30:17 +0530 Subject: [PATCH] Bump versions to 0.61.4 for release Also contains one revert, which was not suppose to be in 0.61.3 at all, but was included accidentally and causes a regression. --- 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 5ecf9233d..259ea92da 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "March 2022" "meson 0.61.3" "User Commands" +.TH MESON "1" "March 2022" "meson 0.61.4" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index df2e580fd..108a70d90 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -50,7 +50,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.61.3' +version = '0.61.4' backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']