summaryrefslogtreecommitdiff
path: root/doc/source/projectconf.rst
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2017-12-14 15:10:47 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2017-12-14 15:10:47 +0000
commit993acc96c21e32063fc2cb5e75b8a9f5c8d4ca5e (patch)
tree15a91757bd9abf95d7f09465e00615c74bbac98f /doc/source/projectconf.rst
parent5898b9168f212c6f492ad0ffbc51617b51c38c11 (diff)
downloadbuildstream-jonathan/fix-plugin-loading.tar.gz
project: Rename required-project-version to format-versionjonathan/fix-plugin-loading
Diffstat (limited to 'doc/source/projectconf.rst')
-rw-r--r--doc/source/projectconf.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/projectconf.rst b/doc/source/projectconf.rst
index 565de3601..e1649de54 100644
--- a/doc/source/projectconf.rst
+++ b/doc/source/projectconf.rst
@@ -147,12 +147,12 @@ Project Version Format
''''''''''''''''''''''
The project's minimum required version of buildstream is specified in
-``project.conf`` with the ``required-project-version`` field, e.g.
+``project.conf`` with the ``format-version`` field, e.g.
.. code:: yaml
# The minimum base BuildStream format
- required-project-version: 0
+ format-version: 0
.. _project_options: