Bump version number for new development.

pull/5045/head
Jussi Pakkanen 6 years ago
parent 9f48f5fe94
commit 35c3cf2822
  1. 2
      mesonbuild/coredata.py

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

Loading…
Cancel
Save