summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-03-22 11:30:17 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-03-24 01:19:35 +0530
commit78020598a6bdfd684ca3c11f99fe1de8e3eb8ed5 (patch)
treeff577e6f1c3c7f38f906b1d4b29e3064bbca813e
parentcaa5220d0a2003666305cfb8f75c2add71ec44d0 (diff)
Bump versions to 0.61.4 for release0.61.4
Also contains one revert, which was not suppose to be in 0.61.3 at all, but was included accidentally and causes a regression.
-rw-r--r--man/meson.12
-rw-r--r--mesonbuild/coredata.py2
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']