diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-11 00:03:14 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-11 00:03:14 +0300 |
commit | 2495c38ac12a11141bcc0c49357049c83aa918e5 (patch) | |
tree | fa7e75aa86323fd99691db353d79df35292c940c | |
parent | 7d291de3fe14e4155387f6b04f05f4e0cf36c7a4 (diff) | |
download | meson-0.47.1.tar.gz |
Update version numbers for release.0.47.1
-rw-r--r-- | man/meson.1 | 2 | ||||
-rw-r--r-- | man/mesonconf.1 | 2 | ||||
-rw-r--r-- | man/mesonintrospect.1 | 2 | ||||
-rw-r--r-- | man/mesontest.1 | 2 | ||||
-rw-r--r-- | man/wraptool.1 | 2 | ||||
-rw-r--r-- | mesonbuild/coredata.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/man/meson.1 b/man/meson.1 index 747def8e0..a4dd3ad31 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 5463c71dc..4371105dc 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 5d3eb429f..6bda60b83 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 e231bf64f..e9703ad71 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 7895e39e9..f95f89e6a 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 b7530a606..03701f8a8 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 |