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 Jul 2, 2020
1 parent 85686e2 commit f8bec97
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" "March 2020" "meson 0.54.0" "User Commands"
.TH MESON "1" "July 2020" "meson 0.55.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 @@ -38,7 +38,7 @@

OptionDictType = T.Dict[str, 'UserOption[T.Any]']

version = '0.54.999'
version = '0.55.0.rc1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']

default_yielding = False
Expand Down

0 comments on commit f8bec97

Please sign in to comment.