diff --git a/man/meson.1 b/man/meson.1 index 15b17e4d050a..19721c1ba381 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "December 2015" "meson 0.28.0" "User Commands" +.TH MESON "1" "January 2016" "meson 0.29.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index d8137a9e5b1e..be690aee46ff 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "December 2015" "mesonconf 0.28.0" "User Commands" +.TH MESONCONF "1" "January 2016" "mesonconf 0.29.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 4d41015f8f63..d1eff90e0573 100644 --- a/man/mesongui.1 +++ b/man/mesongui.1 @@ -1,4 +1,4 @@ -.TH MESONGUI "1" "December 2015" "mesongui 0.28.0" "User Commands" +.TH MESONGUI "1" "January 2016" "mesongui 0.29.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 de0b76692551..9fa629c6d89c 100644 --- a/man/mesonintrospect.1 +++ b/man/mesonintrospect.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "December 2015" "mesonintrospect 0.28.0" "User Commands" +.TH MESONCONF "1" "January 2016" "mesonintrospect 0.29.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 8a6f03cdf634..b37c129c6218 100644 --- a/man/wraptool.1 +++ b/man/wraptool.1 @@ -1,4 +1,4 @@ -.TH WRAPTOOL "1" "December 2015" "meson 0.28.0" "User Commands" +.TH WRAPTOOL "1" "January 2016" "meson 0.29.0" "User Commands" .SH NAME wraptool - source dependency downloader .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index 7a19772667ef..715e744a5f47 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -1,4 +1,4 @@ -# Copyright 2012-2015 The Meson development team +# Copyright 2012-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.29.0.dev3' +version = '0.29.0' build_types = ['plain', 'debug', 'debugoptimized', 'release'] layouts = ['mirror', 'flat']