Bump version number for new development.

pull/2760/head
Jussi Pakkanen 7 years ago
parent e674434389
commit 19cd60205d
  1. 2
      mesonbuild/coredata.py

@ -21,7 +21,7 @@ from .mesonlib import MesonException, commonpath
from .mesonlib import default_libdir, default_libexecdir, default_prefix
import ast
version = '0.44.0'
version = '0.45.0.dev1'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
class UserOption:

Loading…
Cancel
Save