aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-07-11 00:03:14 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-07-11 00:03:14 +0300
commit2495c38ac12a11141bcc0c49357049c83aa918e5 (patch)
treefa7e75aa86323fd99691db353d79df35292c940c
parent7d291de3fe14e4155387f6b04f05f4e0cf36c7a4 (diff)
downloadmeson-0.47.1.zip
meson-0.47.1.tar.gz
meson-0.47.1.tar.bz2
Update version numbers for release.0.47.1
-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 747def8..a4dd3ad 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "July 2018" "meson 0.47.0" "User Commands"
+.TH MESON "1" "July 2018" "meson 0.47.1" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/man/mesonconf.1 b/man/mesonconf.1
index 5463c71..4371105 100644
--- a/man/mesonconf.1
+++ b/man/mesonconf.1
@@ -1,4 +1,4 @@
-.TH MESONCONF "1" "July 2018" "mesonconf 0.47.0" "User Commands"
+.TH MESONCONF "1" "July 2018" "mesonconf 0.47.1" "User Commands"
.SH NAME
mesonconf - a tool to configure Meson builds
.SH DESCRIPTION
diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1
index 5d3eb42..6bda60b 100644
--- a/man/mesonintrospect.1
+++ b/man/mesonintrospect.1
@@ -1,4 +1,4 @@
-.TH MESONINTROSPECT "1" "July 2018" "mesonintrospect 0.47.0" "User Commands"
+.TH MESONINTROSPECT "1" "July 2018" "mesonintrospect 0.47.1" "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 e231bf6..e9703ad 100644
--- a/man/mesontest.1
+++ b/man/mesontest.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "July 2018" "meson 0.47.0" "User Commands"
+.TH MESON "1" "July 2018" "meson 0.47.1" "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 7895e39..f95f89e 100644
--- a/man/wraptool.1
+++ b/man/wraptool.1
@@ -1,4 +1,4 @@
-.TH WRAPTOOL "1" "July 2018" "meson 0.47.0" "User Commands"
+.TH WRAPTOOL "1" "July 2018" "meson 0.47.1" "User Commands"
.SH NAME
wraptool - source dependency downloader
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index b7530a6..03701f8 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -22,7 +22,7 @@ from .mesonlib import default_libdir, default_libexecdir, default_prefix
import ast
import argparse
-version = '0.47.0'
+version = '0.47.1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
default_yielding = False