Update version number for new development.

pull/1478/head
Jussi Pakkanen 8 years ago
parent bbae6e4956
commit bf1b6b2d2e
  1. 2
      mesonbuild/coredata.py

@ -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.1'
version = '0.40.0.dev1'
backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode']
class UserOption:

Loading…
Cancel
Save