Update version number for new development.

pull/5494/head
Jussi Pakkanen 5 years ago
parent 5ecab57667
commit 8dfc24dbf1
  1. 2
      mesonbuild/coredata.py

@ -35,7 +35,7 @@ import enum
if typing.TYPE_CHECKING:
from . import dependencies
version = '0.51.0'
version = '0.51.999'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False

Loading…
Cancel
Save