diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-05-31 13:34:06 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2022-06-02 17:10:57 +0530 |
commit | 3a9b285a55b91b53b2acda987192274352ecb5be (patch) | |
tree | 6b6d1f1f9323c5ea99d2208d39ab05477e0ed09e | |
parent | 58b762a113e8c03214173d0edbf197e5374a00c4 (diff) | |
download | meson-0.61.5.zip meson-0.61.5.tar.gz meson-0.61.5.tar.bz2 |
Bump versions to 0.61.5 for LTS release0.61.5
Patch collection is reported here:
https://github.com/mesonbuild/meson/pull/10295
https://github.com/mesonbuild/meson/pull/10295#issuecomment-1141795702
-rw-r--r-- | man/meson.1 | 2 | ||||
-rw-r--r-- | mesonbuild/coredata.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/meson.1 b/man/meson.1 index 259ea92..055e918 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "March 2022" "meson 0.61.4" "User Commands" +.TH MESON "1" "May 2022" "meson 0.61.5 (LTS)" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index 6b77e71..176d7dc 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.4' +version = '0.61.5' backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'vs2022', 'xcode'] |