aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/meson.12
-rw-r--r--man/mesonintrospect.12
-rw-r--r--man/wraptool.12
-rw-r--r--mesonbuild/coredata.py4
-rw-r--r--setup.py2
5 files changed, 6 insertions, 6 deletions
diff --git a/man/meson.1 b/man/meson.1
index d721e89..0b2a3e4 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -1,4 +1,4 @@
-.TH MESON "1" "December 2016" "meson 0.37.1" "User Commands"
+.TH MESON "1" "January 2017" "meson 0.38.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1
index a9ee2c2..8f9cfe8 100644
--- a/man/mesonintrospect.1
+++ b/man/mesonintrospect.1
@@ -1,4 +1,4 @@
-.TH MESONCONF "1" "December 2016" "mesonintrospect 0.37.1" "User Commands"
+.TH MESONCONF "1" "January 2017" "mesonintrospect 0.38.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 e211ea3..35b5695 100644
--- a/man/wraptool.1
+++ b/man/wraptool.1
@@ -1,4 +1,4 @@
-.TH WRAPTOOL "1" "December 2016" "meson 0.37.1" "User Commands"
+.TH WRAPTOOL "1" "January 2017" "meson 0.38.0" "User Commands"
.SH NAME
wraptool - source dependency downloader
.SH DESCRIPTION
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py
index 1ec769a..2400d4e 100644
--- a/mesonbuild/coredata.py
+++ b/mesonbuild/coredata.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2016 The Meson development team
+# Copyright 2012-2017 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.
@@ -15,7 +15,7 @@
import pickle, os, uuid
from .mesonlib import MesonException, default_libdir, default_libexecdir, default_prefix
-version = '0.38.0.dev1'
+version = '0.38.0'
backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode']
class UserOption:
diff --git a/setup.py b/setup.py
index e9bbdb4..300ddf1 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@ setup(name='meson',
data_files=[('share/man/man1', ['man/meson.1',
'man/mesonconf.1',
'man/mesonintrospect.1',
- 'main/mesontest.1',
+ 'man/mesontest.1',
'man/wraptool.1'])],
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Console',