summaryrefslogtreecommitdiff
path: root/buildstream/_versions.py
diff options
context:
space:
mode:
authorEd Baunton <ebaunton1@bloomberg.net>2018-07-12 18:11:08 -0400
committerEd Baunton <ebaunton1@bloomberg.net>2018-07-24 17:31:59 +0100
commitcc7b4d3e604f86521d0c91f2beada9df15ff7c6d (patch)
treed002b292ced2dfe07b9f4808714350874c17169e /buildstream/_versions.py
parent335afb5b973a31595b6059c8c4e9add4b7cbbe9a (diff)
downloadbuildstream-cc7b4d3e604f86521d0c91f2beada9df15ff7c6d.tar.gz
Add remote source pluginedbaunton/remote-source
Add a plugin that supports downloading files verbatim from a source with an optional overridable filename and destination directory. Bumps bst format version to 10. Fixes #163
Diffstat (limited to 'buildstream/_versions.py')
-rw-r--r--buildstream/_versions.py2
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