Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Updated version numbers for point release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Apr 28, 2017
1 parent b6a3d34 commit b25d3e4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ packagecache
/dist
/meson.egg-info

hotdoc-private*
2 changes: 1 addition & 1 deletion man/meson.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MESON "1" "April 2017" "meson 0.40.0" "User Commands"
.TH MESON "1" "April 2017" "meson 0.40.1" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion man/mesonconf.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MESONCONF "1" "April 2017" "mesonconf 0.40.0" "User Commands"
.TH MESONCONF "1" "April 2017" "mesonconf 0.40.1" "User Commands"
.SH NAME
mesonconf - a tool to configure Meson builds
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion man/mesonintrospect.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MESONCONF "1" "April 2017" "mesonintrospect 0.40.0" "User Commands"
.TH MESONCONF "1" "April 2017" "mesonintrospect 0.40.1" "User Commands"
.SH NAME
mesonintrospect - a tool to extract information about a Meson build
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion man/mesontest.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MESON "1" "April 2017" "meson 0.40.0" "User Commands"
.TH MESON "1" "April 2017" "meson 0.40.1" "User Commands"
.SH NAME
mesontest - test tool for the Meson build system
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion man/wraptool.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH WRAPTOOL "1" "April 2017" "meson 0.40.0" "User Commands"
.TH WRAPTOOL "1" "April 2017" "meson 0.40.1" "User Commands"
.SH NAME
wraptool - source dependency downloader
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion mesonbuild/coredata.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .mesonlib import default_libdir, default_libexecdir, default_prefix
import ast

version = '0.41.0.dev1'
version = '0.40.1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']

class UserOption:
Expand Down

0 comments on commit b25d3e4

Please sign in to comment.