Bump version to 0.49.2 for release

0.49 0.49.2
Nirbheek Chauhan 6 years ago
parent 80801e0b3f
commit 237e2e7243
  1. 2
      man/meson.1
  2. 2
      mesonbuild/coredata.py

@ -1,4 +1,4 @@
.TH MESON "1" "January 2019" "meson 0.49.1" "User Commands" .TH MESON "1" "January 2019" "meson 0.49.2" "User Commands"
.SH NAME .SH NAME
meson - a high productivity build system meson - a high productivity build system
.SH DESCRIPTION .SH DESCRIPTION

@ -25,7 +25,7 @@ import ast
import argparse import argparse
import configparser import configparser
version = '0.49.1' version = '0.49.2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode'] backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
default_yielding = False default_yielding = False

Loading…
Cancel
Save