Skip to content

Commit a952717

Browse files
committed
Bump version number for release.
1 parent 5d65c4b commit a952717

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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" "March 2016" "meson 0.30.0" "User Commands"
1+
.TH MESON "1" "April 2016" "meson 0.31.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" "January 2016" "mesonconf 0.29.0" "User Commands"
1+
.TH MESONCONF "1" "April 2016" "mesonconf 0.31.0" "User Commands"
22
.SH NAME
33
mesonconf - a tool to configure Meson builds
44
.SH DESCRIPTION

man/mesongui.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH MESONGUI "1" "March 2016" "mesongui 0.30.0" "User Commands"
1+
.TH MESONGUI "1" "April 2016" "mesongui 0.31.0" "User Commands"
22
.SH NAME
33
mesongui - a gui for the Meson build system
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" "January 2016" "mesonintrospect 0.29.0" "User Commands"
1+
.TH MESONCONF "1" "April 2016" "mesonintrospect 0.31.0" "User Commands"
22
.SH NAME
33
mesonintrospect - a tool to extract information about a Meson build
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" "March 2016" "meson 0.30.0" "User Commands"
1+
.TH WRAPTOOL "1" "April 2016" "meson 0.31.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
@@ -15,7 +15,7 @@
1515
import pickle, os, uuid
1616
from .mesonlib import MesonException, default_libdir, default_libexecdir, default_prefix
1717

18-
version = '0.31.0.dev1'
18+
version = '0.31.0'
1919

2020
class UserOption:
2121
def __init__(self, name, description, choices):

0 commit comments

Comments
 (0)