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 Oct 18, 2020
1 parent 0f4f0ac commit 55d370e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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" "July 2020" "meson 0.55.0" "User Commands"
.TH MESON "1" "October 2020" "meson 0.56.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions mesonbuild/coredata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyrighs 2012-2019 The Meson development team
# Copyrigh 2012-2020 The Meson development team

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -39,7 +39,7 @@
OptionDictType = T.Union[T.Dict[str, 'UserOption[T.Any]'], OptionOverrideProxy]
CompilerCheckCacheKey = T.Tuple[T.Tuple[str, ...], str, str, T.Tuple[str, ...], str]

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

default_yielding = False
Expand Down

0 comments on commit 55d370e

Please sign in to comment.