aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-07-09 20:05:27 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-07-09 20:05:55 +0530
commit3ea194b8d9cdd0197403efdca8fa2e8147fc1eb8 (patch)
treee23633fe3c86c024949c4e3c55707946d59b02c9
parent1f34ed9e3f8ca988a506fce4189aa1aa7b6432bf (diff)
downloadmeson-0.51.1.zip
meson-0.51.1.tar.gz
meson-0.51.1.tar.bz2
Update versions to 0.51.1 for stable release0.51.1
Signed-off-by: Nirbheek Chauhan <nirbheek@centricular.com>
-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 e7c1ecb..f3712d4 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "June 2019" "meson 0.51.0" "User Commands"
+.TH MESON "9" "July 2019" "meson 0.51.1" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 29c8de7..1a6fbe3 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -35,7 +35,7 @@ import enum
if typing.TYPE_CHECKING:
from . import dependencies
-version = '0.51.0'
+version = '0.51.1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False