Skip to content

Commit

Permalink
Bump versions to 0.59.4 for release
Browse files Browse the repository at this point in the history
This release only contains a fix for a cuda-related regression in the
0.59.3 stable release:

#9469
  • Loading branch information
nirbheek committed Oct 28, 2021
1 parent 343ce47 commit bf70b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/meson.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MESON "1" "October 2021" "meson 0.59.3" "User Commands"
.TH MESON "1" "October 2021" "meson 0.59.4" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion mesonbuild/coredata.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
KeyedOptionDictType = T.Union[T.Dict['OptionKey', 'UserOption[T.Any]'], OptionOverrideProxy]
CompilerCheckCacheKey = T.Tuple[T.Tuple[str, ...], str, str, T.Tuple[str, ...], str]

version = '0.59.3'
version = '0.59.4'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'xcode']

default_yielding = False
Expand Down

0 comments on commit bf70b77

Please sign in to comment.