From a629642f1ecaeaef85438156e1184ac300df536a Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Tue, 15 Aug 2017 00:43:54 +0300 Subject: Bump numbers for new release. --- docs/markdown/Release-notes-for-0.42.0.md | 4 +--- man/meson.1 | 2 +- man/mesonconf.1 | 2 +- man/mesonintrospect.1 | 2 +- man/mesontest.1 | 2 +- man/wraptool.1 | 2 +- mesonbuild/coredata.py | 2 +- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md index 3ba84eb..48d47ca 100644 --- a/docs/markdown/Release-notes-for-0.42.0.md +++ b/docs/markdown/Release-notes-for-0.42.0.md @@ -1,9 +1,7 @@ --- title: Release 0.42 -short-description: Release notes for 0.42 (preliminary) -... +short-description: Release notes for 0.42 -**Preliminary, 0.42.0 has not been released yet.** # New features diff --git a/man/meson.1 b/man/meson.1 index 086f88b..b453828 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "June 2017" "meson 0.41.1" "User Commands" +.TH MESON "1" "August 2017" "meson 0.42.0" "User Commands" .SH NAME meson - a high productivity build system .SH DESCRIPTION diff --git a/man/mesonconf.1 b/man/mesonconf.1 index ff9dba1..ae28e35 100644 --- a/man/mesonconf.1 +++ b/man/mesonconf.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "June 2017" "mesonconf 0.41.1" "User Commands" +.TH MESONCONF "1" "August 2017" "mesonconf 0.42.0" "User Commands" .SH NAME mesonconf - a tool to configure Meson builds .SH DESCRIPTION diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1 index 78727ac..eae7b4a 100644 --- a/man/mesonintrospect.1 +++ b/man/mesonintrospect.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "June 2017" "mesonintrospect 0.41.1" "User Commands" +.TH MESONCONF "1" "August 2017" "mesonintrospect 0.42.0" "User Commands" .SH NAME mesonintrospect - a tool to extract information about a Meson build .SH DESCRIPTION diff --git a/man/mesontest.1 b/man/mesontest.1 index d806f19..ed676dc 100644 --- a/man/mesontest.1 +++ b/man/mesontest.1 @@ -1,4 +1,4 @@ -.TH MESON "1" "June 2017" "meson 0.41.1" "User Commands" +.TH MESON "1" "August 2017" "meson 0.42.0" "User Commands" .SH NAME mesontest - test tool for the Meson build system .SH DESCRIPTION diff --git a/man/wraptool.1 b/man/wraptool.1 index 94d7930..50546d5 100644 --- a/man/wraptool.1 +++ b/man/wraptool.1 @@ -1,4 +1,4 @@ -.TH WRAPTOOL "1" "June 2017" "meson 0.41.1" "User Commands" +.TH WRAPTOOL "1" "August 2017" "meson 0.42.0" "User Commands" .SH NAME wraptool - source dependency downloader .SH DESCRIPTION diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index d39270b..a2b2eab 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -19,7 +19,7 @@ from .mesonlib import MesonException, commonpath from .mesonlib import default_libdir, default_libexecdir, default_prefix import ast -version = '0.42.0.dev1' +version = '0.42.0' backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode'] class UserOption: -- cgit v1.1