This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch 463-make-dependency-type-default-to-build in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit b733e10a5560e16e8f247baa7c667201ce5b7e71 Author: Jonathan Maw <[email protected]> AuthorDate: Fri Aug 10 14:40:14 2018 +0100 versions: Bump format version to 14 Format version raised because of a change to the core element format. --- buildstream/_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildstream/_versions.py b/buildstream/_versions.py index d774e57..905d5a3 100644 --- a/buildstream/_versions.py +++ b/buildstream/_versions.py @@ -23,7 +23,7 @@ # This version is bumped whenever enhancements are made # to the `project.conf` format or the core element format. # -BST_FORMAT_VERSION = 13 +BST_FORMAT_VERSION = 14 # The base BuildStream artifact version
