aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-05-31 13:35:45 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-06-02 17:06:53 +0530
commit373d18bc4dfca088aaa92a2d23ed486f3faf527f (patch)
treeef7388c7a708cad6e160c692eb516d5d5c7a1b46
parent2be432d13087596b64700d64e6bf896e1ed8d73b (diff)
downloadmeson-0.62.2.zip
meson-0.62.2.tar.gz
meson-0.62.2.tar.bz2
Bump versions to 0.62.2 for release0.62.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 6a789fe..60539a5 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "April 2022" "meson 0.62.1" "User Commands"
+.TH MESON "1" "May 2022" "meson 0.62.2" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 3fa35c3..aeba1d8 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -51,7 +51,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.62.1'
+version = '0.62.2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode']