Skip to content

Commit b25d3e4

Browse files
committed
Updated version numbers for point release.
1 parent b6a3d34 commit b25d3e4

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ packagecache
2121
/dist
2222
/meson.egg-info
2323

24+
hotdoc-private*

man/meson.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESON "1" "April 2017" "meson 0.40.0" "User Commands"
1+
.TH MESON "1" "April 2017" "meson 0.40.1" "User Commands"
22
.SH NAME
33
meson - a high productivity build system
44
.SH DESCRIPTION

man/mesonconf.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESONCONF "1" "April 2017" "mesonconf 0.40.0" "User Commands"
1+
.TH MESONCONF "1" "April 2017" "mesonconf 0.40.1" "User Commands"
22
.SH NAME
33
mesonconf - a tool to configure Meson builds
44
.SH DESCRIPTION

man/mesonintrospect.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESONCONF "1" "April 2017" "mesonintrospect 0.40.0" "User Commands"
1+
.TH MESONCONF "1" "April 2017" "mesonintrospect 0.40.1" "User Commands"
22
.SH NAME
33
mesonintrospect - a tool to extract information about a Meson build
44
.SH DESCRIPTION

man/mesontest.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESON "1" "April 2017" "meson 0.40.0" "User Commands"
1+
.TH MESON "1" "April 2017" "meson 0.40.1" "User Commands"
22
.SH NAME
33
mesontest - test tool for the Meson build system
44
.SH DESCRIPTION

man/wraptool.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH WRAPTOOL "1" "April 2017" "meson 0.40.0" "User Commands"
1+
.TH WRAPTOOL "1" "April 2017" "meson 0.40.1" "User Commands"
22
.SH NAME
33
wraptool - source dependency downloader
44
.SH DESCRIPTION

mesonbuild/coredata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from .mesonlib import default_libdir, default_libexecdir, default_prefix
2020
import ast
2121

22-
version = '0.41.0.dev1'
22+
version = '0.40.1'
2323
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
2424

2525
class UserOption:

0 commit comments

Comments
 (0)