diff options
-rw-r--r-- | man/meson.1 | 2 | ||||
-rw-r--r-- | man/mesonconf.1 | 2 | ||||
-rw-r--r-- | man/mesongui.1 | 2 | ||||
-rw-r--r-- | man/mesonintrospect.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 5596eeb..31ab52b 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "March 2016" "meson 0.30.0" "User Commands" +.TH MESON "1" "April 2016" "meson 0.31.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index be690ae..fe868e7 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "January 2016" "mesonconf 0.29.0" "User Commands" +.TH MESONCONF "1" "April 2016" "mesonconf 0.31.0" "User Commands" .SH NAME mesonconf - a tool to configure Meson builds .SH DESCRIPTION diff --git a/man/mesongui.1 b/man/mesongui.1 index 73d11a4..976c3f7 100644 --- a/man/mesongui.1 +++ b/man/mesongui.1 @@ -1,4 +1,4 @@ -.TH MESONGUI "1" "March 2016" "mesongui 0.30.0" "User Commands" +.TH MESONGUI "1" "April 2016" "mesongui 0.31.0" "User Commands" .SH NAME mesongui - a gui for the Meson build system .SH DESCRIPTION diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1 index 9fa629c..974a1da 100644 --- a/man/mesonintrospect.1 +++ b/man/mesonintrospect.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "January 2016" "mesonintrospect 0.29.0" "User Commands" +.TH MESONCONF "1" "April 2016" "mesonintrospect 0.31.0" "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 f5b7a69..baec06a 100644 --- a/man/wraptool.1 +++ b/man/wraptool.1 @@ -1,4 +1,4 @@ -.TH WRAPTOOL "1" "March 2016" "meson 0.30.0" "User Commands" +.TH WRAPTOOL "1" "April 2016" "meson 0.31.0" "User Commands" .SH NAME wraptool - source dependency downloader .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index ff45db5..1d79a2e 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.31.0.dev1' +version = '0.31.0' class UserOption: def __init__(self, name, description, choices): |