summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-26 14:55:17 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-26 14:55:17 +0900
commit0b35585b56234616874c5378b953776782de70e3 (patch)
tree03a75c4b0fc039f11c2754cc12335a76421e412d
parentedfcd0f6252fe01a4b3805a023296ca6f53e50b1 (diff)
downloadbuildstream-0b35585b56234616874c5378b953776782de70e3.tar.gz
_versions.py: Bumping format version for changes project.refs behavior
If we want to depend on being able to revision junction.refs and project.refs separately, then we are better off just considering the project.refs feature as available since the new version 8. This will not harm projects which depended on it since version 5 instead.
-rw-r--r--buildstream/_versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_versions.py b/buildstream/_versions.py
index 70f3667ab..6b4e3bddb 100644
--- a/buildstream/_versions.py
+++ b/buildstream/_versions.py
@@ -24,7 +24,7 @@
# This version is bumped whenever enhancements are made
# to the `project.conf` format or the core element format.
#
-BST_FORMAT_VERSION = 7
+BST_FORMAT_VERSION = 8
# The base BuildStream artifact version