diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-08 22:24:45 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-08 22:36:06 +0300 |
| commit | 5626df46453e73b63827c4542aae36443fbd928b (patch) | |
| tree | a6542764d26af23ff90f6f4a591d4f943c559257 | |
| parent | 683947d9436b37041cf0bb6b02ed23e982be225f (diff) | |
| download | meson-5626df46453e73b63827c4542aae36443fbd928b.tar.gz | |
Bump version number for release.
| -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 b45382887..1f60a7c28 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "August 2017" "meson 0.42.0" "User Commands" +.TH MESON "1" "October 2017" "meson 0.43.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index ae28e356e..1ad8c4a6a 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "August 2017" "mesonconf 0.42.0" "User Commands" +.TH MESONCONF "1" "October 2017" "mesonconf 0.43.0" "User Commands" .SH NAME mesonconf - a tool to configure Meson builds .SH DESCRIPTION diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1 index eae7b4a1d..d4101dea8 100644 --- a/man/mesonintrospect.1 +++ b/man/mesonintrospect.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "August 2017" "mesonintrospect 0.42.0" "User Commands" +.TH MESONCONF "1" "October 2017" "mesonintrospect 0.43.0" "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 ed676dcfe..76e20bdbe 100644 --- a/man/mesontest.1 +++ b/man/mesontest.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "August 2017" "meson 0.42.0" "User Commands" +.TH MESON "1" "October 2017" "meson 0.43.0" "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 50546d5c5..cca955120 100644 --- a/man/wraptool.1 +++ b/man/wraptool.1 @@ -1,4 +1,4 @@ -.TH WRAPTOOL "1" "August 2017" "meson 0.42.0" "User Commands" +.TH WRAPTOOL "1" "October 2017" "meson 0.43.0" "User Commands" .SH NAME wraptool - source dependency downloader .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index e7c1e6da4..1c1117469 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.43.0.dev1' +version = '0.43.0' backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode'] class UserOption: |
