Skip to content

Commit a629642

Browse files
committed
Bump numbers for new release.
1 parent 33c2bbc commit a629642

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

docs/markdown/Release-notes-for-0.42.0.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: Release 0.42
3-
short-description: Release notes for 0.42 (preliminary)
4-
...
3+
short-description: Release notes for 0.42
54

6-
**Preliminary, 0.42.0 has not been released yet.**
75

86
# New features
97

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" "June 2017" "meson 0.41.1" "User Commands"
1+
.TH MESON "1" "August 2017" "meson 0.42.0" "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" "June 2017" "mesonconf 0.41.1" "User Commands"
1+
.TH MESONCONF "1" "August 2017" "mesonconf 0.42.0" "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" "June 2017" "mesonintrospect 0.41.1" "User Commands"
1+
.TH MESONCONF "1" "August 2017" "mesonintrospect 0.42.0" "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" "June 2017" "meson 0.41.1" "User Commands"
1+
.TH MESON "1" "August 2017" "meson 0.42.0" "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" "June 2017" "meson 0.41.1" "User Commands"
1+
.TH WRAPTOOL "1" "August 2017" "meson 0.42.0" "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.42.0.dev1'
22+
version = '0.42.0'
2323
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
2424

2525
class UserOption:

0 commit comments

Comments
 (0)