Skip to content

Commit 37ddadc

Browse files
committed
Raise version number for release.
1 parent 1d36f68 commit 37ddadc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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" "June 2016" "meson 0.32.0" "User Commands"
1+
.TH MESON "1" "July 2016" "meson 0.33.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 2016" "mesonconf 0.32.0" "User Commands"
1+
.TH MESONCONF "1" "July 2016" "mesonconf 0.33.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 2016" "mesonintrospect 0.32.0" "User Commands"
1+
.TH MESONCONF "1" "July 2016" "mesonintrospect 0.33.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" "June 2016" "meson 0.32.0" "User Commands"
1+
.TH WRAPTOOL "1" "July 2016" "meson 0.33.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.33.0.dev1'
18+
version = '0.33.0'
1919
backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode']
2020

2121
class UserOption:

0 commit comments

Comments
 (0)