diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-03-23 19:41:56 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-03-24 10:53:02 +0200 |
commit | 253fbc4470cc19eeff320c6f5fa4718071075316 (patch) | |
tree | 96e5bd46a73002ffc89bf36cb225e582ca43e3d9 | |
parent | 61f56188285a70ecfedb5ebd01ac5c204c7682dc (diff) | |
download | meson-253fbc4470cc19eeff320c6f5fa4718071075316.zip meson-253fbc4470cc19eeff320c6f5fa4718071075316.tar.gz meson-253fbc4470cc19eeff320c6f5fa4718071075316.tar.bz2 |
Bump version number for rc1.0.54.0.rc1
-rw-r--r-- | man/meson.1 | 2 | ||||
-rw-r--r-- | mesonbuild/coredata.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/meson.1 b/man/meson.1 index 05213a7..eb3fec2 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -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 diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index f29f5f0..7038bf7 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -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 |