Skip to content

Commit bf70b77

Browse files
committed
Bump versions to 0.59.4 for release
This release only contains a fix for a cuda-related regression in the 0.59.3 stable release: mesonbuild#9469
1 parent 343ce47 commit bf70b77

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" "October 2021" "meson 0.59.3" "User Commands"
1+
.TH MESON "1" "October 2021" "meson 0.59.4" "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
@@ -43,7 +43,7 @@
4343
KeyedOptionDictType = T.Union[T.Dict['OptionKey', 'UserOption[T.Any]'], OptionOverrideProxy]
4444
CompilerCheckCacheKey = T.Tuple[T.Tuple[str, ...], str, str, T.Tuple[str, ...], str]
4545

46-
version = '0.59.3'
46+
version = '0.59.4'
4747
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'xcode']
4848

4949
default_yielding = False

0 commit comments

Comments
 (0)