aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-02-14 19:30:19 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-02-14 19:30:19 +0530
commitb2b78b8ec76f5a9a287d78e2c9e18604d7197ef0 (patch)
tree7aaf799687aac29c404db5f94d310ff8723bdadb
parent84ac38c1edbbe0074337e844e70b34429d06a50b (diff)
downloadmeson-b2b78b8ec76f5a9a287d78e2c9e18604d7197ef0.zip
meson-b2b78b8ec76f5a9a287d78e2c9e18604d7197ef0.tar.gz
meson-b2b78b8ec76f5a9a287d78e2c9e18604d7197ef0.tar.bz2
Bump versions to 0.61.2 for release0.61.2
-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 aba9dc7..33a0a93 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "January 2022" "meson 0.61.1" "User Commands"
+.TH MESON "1" "February 2022" "meson 0.61.2" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 2c57044..7e4d9c0 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -47,7 +47,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.1'
+version = '0.61.2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']