Bump version number for new development.

This commit is contained in:
Jussi Pakkanen 2017-03-05 23:46:21 +02:00
parent b63cdc8395
commit 48d371bd19
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from pathlib import PurePath
from .mesonlib import MesonException, commonpath
from .mesonlib import default_libdir, default_libexecdir, default_prefix
version = '0.39.0'
version = '0.40.0.dev1'
backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode']
class UserOption: