Increment version number for release.

pull/1450/head 0.39.0
Jussi Pakkanen 8 years ago
parent 0543a378ca
commit b63cdc8395
  1. 2
      man/meson.1
  2. 2
      man/mesonconf.1
  3. 2
      man/mesonintrospect.1
  4. 2
      man/mesontest.1
  5. 2
      man/wraptool.1
  6. 2
      mesonbuild/coredata.py

@ -1,4 +1,4 @@
.TH MESON "1" "February 2017" "meson 0.38.1" "User Commands"
.TH MESON "1" "March 2017" "meson 0.39.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION

@ -1,4 +1,4 @@
.TH MESONCONF "1" "February 2017" "mesonconf 0.38.1" "User Commands"
.TH MESONCONF "1" "March 2017" "mesonconf 0.39.0" "User Commands"
.SH NAME
mesonconf - a tool to configure Meson builds
.SH DESCRIPTION

@ -1,4 +1,4 @@
.TH MESONCONF "1" "February 2017" "mesonintrospect 0.38.1" "User Commands"
.TH MESONCONF "1" "March 2017" "mesonintrospect 0.39.0" "User Commands"
.SH NAME
mesonintrospect - a tool to extract information about a Meson build
.SH DESCRIPTION

@ -1,4 +1,4 @@
.TH MESON "1" "February 2017" "meson 0.38.1" "User Commands"
.TH MESON "1" "March 2017" "meson 0.39.0" "User Commands"
.SH NAME
mesontest - test tool for the Meson build system
.SH DESCRIPTION

@ -1,4 +1,4 @@
.TH WRAPTOOL "1" "February 2017" "meson 0.38.1" "User Commands"
.TH WRAPTOOL "1" "March 2017" "meson 0.39.0" "User Commands"
.SH NAME
wraptool - source dependency downloader
.SH DESCRIPTION

@ -17,7 +17,7 @@ from pathlib import PurePath
from .mesonlib import MesonException, commonpath
from .mesonlib import default_libdir, default_libexecdir, default_prefix
version = '0.39.0.dev1'
version = '0.39.0'
backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode']
class UserOption:

Loading…
Cancel
Save