Skip to content

Commit 4e94a07

Browse files
committed
Bump version number for release.
1 parent f3e20b2 commit 4e94a07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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" "January 2016" "meson 0.29.0" "User Commands"
1+
.TH MESON "1" "March 2016" "meson 0.30.0" "User Commands"
22
.SH NAME
33
meson - a high productivity build system
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" "January 2016" "mesongui 0.29.0" "User Commands"
1+
.TH MESONGUI "1" "March 2016" "mesongui 0.30.0" "User Commands"
22
.SH NAME
33
mesongui - a gui 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" "January 2016" "meson 0.29.0" "User Commands"
1+
.TH WRAPTOOL "1" "March 2016" "meson 0.30.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
@@ -14,7 +14,7 @@
1414

1515
import pickle, os, uuid
1616

17-
version = '0.30.0.dev1'
17+
version = '0.30.0'
1818

1919
build_types = ['plain', 'debug', 'debugoptimized', 'release']
2020
layouts = ['mirror', 'flat']

0 commit comments

Comments
 (0)