aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-07-19 05:03:14 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-07-19 05:03:14 +0530
commitc5e7774e27c56f09c3a16458c6d9931e01cee100 (patch)
tree04fa8831d6e9fe435e233d9f59585c4814a93585
parent19f39ad05952099ecb915399231aa88f9acd3b20 (diff)
downloadmeson-0.41.zip
meson-0.41.tar.gz
meson-0.41.tar.bz2
Update all versions to 0.41.20.41.20.41
-rw-r--r--man/meson.12
-rw-r--r--man/mesonconf.12
-rw-r--r--man/mesonintrospect.12
-rw-r--r--man/mesontest.12
-rw-r--r--man/wraptool.12
-rw-r--r--mesonbuild/coredata.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/man/meson.1 b/man/meson.1
index 1cd60b6..76348b9 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "June 2017" "meson 0.41.1" "User Commands"
+.TH MESON "1" "July 2017" "meson 0.41.2" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/man/mesonconf.1 b/man/mesonconf.1
index 6bb9d39..e79bfcc 100644
--- a/man/mesonconf.1
+++ b/man/mesonconf.1
@@ -1,4 +1,4 @@
-.TH MESONCONF "1" "June 2017" "mesonconf 0.41.1" "User Commands"
+.TH MESONCONF "1" "July 2017" "mesonconf 0.41.2" "User Commands"
.SH NAME
mesonconf - a tool to configure Meson builds
.SH DESCRIPTION
diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1
index 1918b4f..5a306fb 100644
--- a/man/mesonintrospect.1
+++ b/man/mesonintrospect.1
@@ -1,4 +1,4 @@
-.TH MESONCONF "1" "June 2017" "mesonintrospect 0.41.1" "User Commands"
+.TH MESONCONF "1" "July 2017" "mesonintrospect 0.41.2" "User Commands"
.SH NAME
mesonintrospect - a tool to extract information about a Meson build
.SH DESCRIPTION
diff --git a/man/mesontest.1 b/man/mesontest.1
index cf21fe7..0e824d4 100644
--- a/man/mesontest.1
+++ b/man/mesontest.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "June 2017" "meson 0.41.1" "User Commands"
+.TH MESON "1" "July 2017" "meson 0.41.2" "User Commands"
.SH NAME
mesontest - test tool for the Meson build system
.SH DESCRIPTION
diff --git a/man/wraptool.1 b/man/wraptool.1
index 73c2568..f1bdf7c 100644
--- a/man/wraptool.1
+++ b/man/wraptool.1
@@ -1,4 +1,4 @@
-.TH WRAPTOOL "1" "June 2017" "meson 0.41.1" "User Commands"
+.TH WRAPTOOL "1" "July 2017" "meson 0.41.2" "User Commands"
.SH NAME
wraptool - source dependency downloader
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 8dcee82..f6d02ab 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -19,7 +19,7 @@ from .mesonlib import MesonException, commonpath
from .mesonlib import default_libdir, default_libexecdir, default_prefix
import ast
-version = '0.41.1'
+version = '0.41.2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
class UserOption: