diff options
author | Ed Baunton <edbaunton@gmail.com> | 2018-07-26 14:06:52 +0000 |
---|---|---|
committer | Ed Baunton <edbaunton@gmail.com> | 2018-07-26 14:06:52 +0000 |
commit | 9a46c16f97df78232d4232b310ec707b62dab7b5 (patch) | |
tree | 3a47a90912cdf91477c7634f5680c47c72f86137 /buildstream/_versions.py | |
parent | f62b6cb7420c91c2f87b3ebba4dcfcf16b4d6f0a (diff) | |
parent | bd1196efe104991a2a091d1fe4a024dfd690eca0 (diff) | |
download | buildstream-466-optimize-bst-build-initialization-time.tar.gz |
Merge branch 'edbaunton/remote-source' into 'master'466-optimize-bst-build-initialization-time
Add remote source plugin
Closes #163
See merge request BuildStream/buildstream!541
Diffstat (limited to 'buildstream/_versions.py')
-rw-r--r-- | buildstream/_versions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_versions.py b/buildstream/_versions.py index 28f00f8ca..19699e125 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 = 9 +BST_FORMAT_VERSION = 10 # The base BuildStream artifact version |