diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-24 18:56:04 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-24 18:56:04 +0200 |
commit | df47d0b1a502a05b845cd0ca7b0a0e32d9a9182f (patch) | |
tree | 8582b60047551b2a377025ef7d489de8390bff3e | |
parent | 4319f002a143c0df64564c39d6d2d5091daf1603 (diff) | |
download | meson-df47d0b1a502a05b845cd0ca7b0a0e32d9a9182f.zip meson-df47d0b1a502a05b845cd0ca7b0a0e32d9a9182f.tar.gz meson-df47d0b1a502a05b845cd0ca7b0a0e32d9a9182f.tar.bz2 |
Updated versions for release.0.29.0
-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 | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/man/meson.1 b/man/meson.1 index 15b17e4..19721c1 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 d8137a9..be690ae 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 4d41015..d1eff90 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 de0b766..9fa629c 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 8a6f03c..b37c129 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 7a19772..715e744 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'] |