Bump version number for rc1.

pull/6795/head 0.54.0.rc1
Jussi Pakkanen 4 years ago
parent 61f5618828
commit 253fbc4470
  1. 2
      man/meson.1
  2. 2
      mesonbuild/coredata.py

@ -1,4 +1,4 @@
.TH MESON "1" "January 2020" "meson 0.53.0" "User Commands"
.TH MESON "1" "March 2020" "meson 0.54.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION

@ -38,7 +38,7 @@ if T.TYPE_CHECKING:
OptionDictType = T.Dict[str, 'UserOption[T.Any]']
version = '0.53.999'
version = '0.54.0.rc1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False

Loading…
Cancel
Save