diff --git a/man/meson.1 b/man/meson.1 index cb8420bbb..568014116 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "October 2016" "meson 0.35.0" "User Commands" +.TH MESON "1" "October 2016" "meson 0.35.1" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index 5b0212fdf..b2509ebad 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "October 2016" "mesonconf 0.35.0" "User Commands" +.TH MESONCONF "1" "October 2016" "mesonconf 0.35.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 5f6a26fba..b0c0cc1a2 100644 --- a/man/mesonintrospect.1 +++ b/man/mesonintrospect.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "October 2016" "mesonintrospect 0.35.0" "User Commands" +.TH MESONCONF "1" "October 2016" "mesonintrospect 0.35.1" "User Commands" .SH NAME mesonintrospect - a tool to extract information about a Meson build .SH DESCRIPTION diff --git a/man/wraptool.1 b/man/wraptool.1 index 15958caca..602a13dfe 100644 --- a/man/wraptool.1 +++ b/man/wraptool.1 @@ -1,4 +1,4 @@ -.TH WRAPTOOL "1" "October 2016" "meson 0.35.0" "User Commands" +.TH WRAPTOOL "1" "October 2016" "meson 0.35.1" "User Commands" .SH NAME wraptool - source dependency downloader .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index 51bf107fd..587c6b39e 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -15,7 +15,7 @@ import pickle, os, uuid from .mesonlib import MesonException, default_libdir, default_libexecdir, default_prefix -version = '0.35.0' +version = '0.35.1' backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode'] class UserOption: