Skip to content

Commit 3ea194b

Browse files
committed
Update versions to 0.51.1 for stable release
Signed-off-by: Nirbheek Chauhan <[email protected]>
1 parent 1f34ed9 commit 3ea194b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 2019" "meson 0.51.0" "User Commands"
1+
.TH MESON "9" "July 2019" "meson 0.51.1" "User Commands"
22
.SH NAME
33
meson - a high productivity build system
44
.SH DESCRIPTION

mesonbuild/coredata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
if typing.TYPE_CHECKING:
3636
from . import dependencies
3737

38-
version = '0.51.0'
38+
version = '0.51.1'
3939
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
4040

4141
default_yielding = False

0 commit comments

Comments
 (0)