summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-03-22 11:30:17 +0530
committerEli Schwartz <eschwartz@archlinux.org>2022-03-23 15:41:56 -0400
commitc77c613abd834937d0d520c6aad52ead04be1c56 (patch)
treeff577e6f1c3c7f38f906b1d4b29e3064bbca813e
parent24389237c4449e80d1f60899edb8fdfe1dd40aeb (diff)
downloadmeson-es/0.61-plus-cython.tar.gz
Bump versions to 0.61.4 for releasees/0.61-plus-cython
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']