aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-08-25 21:23:47 +0530
committerJussi Pakkanen <jpakkane@gmail.com>2019-08-26 19:28:03 +0300
commit6857936c592d6f9608add5a74a51ee405aaddc0d (patch)
tree02805dc204ee0dbf7ee3b3e0443eb3023543777e
parent267a69b1c94ccee6da7ddecf5f7e1b59e7a50598 (diff)
downloadmeson-0.51.zip
meson-0.51.tar.gz
meson-0.51.tar.bz2
Bump versions to 0.51.2 for release0.51.20.51
-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 f3712d4..5c87792 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "9" "July 2019" "meson 0.51.1" "User Commands"
+.TH MESON "25" "August 2019" "meson 0.51.2" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 9f4113b..5ce5852 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.1'
+version = '0.51.2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False