Update version numbers for release.

0.50 0.50.1
Jussi Pakkanen 6 years ago
parent 72b8d0917f
commit 2e1fca02a5
  1. 2
      man/meson.1
  2. 2
      mesonbuild/coredata.py

@ -1,4 +1,4 @@
.TH MESON "1" "March 2019" "meson 0.50.0" "User Commands" .TH MESON "1" "April 2019" "meson 0.50.1" "User Commands"
.SH NAME .SH NAME
meson - a high productivity build system meson - a high productivity build system
.SH DESCRIPTION .SH DESCRIPTION

@ -27,7 +27,7 @@ import ast
import argparse import argparse
import configparser import configparser
version = '0.50.0' version = '0.50.1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode'] backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False default_yielding = False

Loading…
Cancel
Save