Updated versions for release.

pull/373/head 0.29.0
Jussi Pakkanen 9 years ago
parent 4319f002a1
commit df47d0b1a5
  1. 2
      man/meson.1
  2. 2
      man/mesonconf.1
  3. 2
      man/mesongui.1
  4. 2
      man/mesonintrospect.1
  5. 2
      man/wraptool.1
  6. 4
      mesonbuild/coredata.py

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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']

Loading…
Cancel
Save