Skip to content

Commit

Permalink
Bump version number for rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Apr 26, 2021
1 parent 959aac5 commit a493c95
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" "February 2021" "meson 0.57.0" "User Commands"
.TH MESON "1" "April 2021" "meson 0.58.0" "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 @@ -41,7 +41,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.57.999'
version = '0.58.0.rc1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']

default_yielding = False
Expand Down

0 comments on commit a493c95

Please sign in to comment.