diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2020-04-24 16:31:17 +0000 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2020-04-24 16:31:17 +0000 |
commit | 0307e55dcf0ae7155fa9d9d08a847957f0877545 (patch) | |
tree | 618aa1cb32c34dbdbf117824ffbfa45a0d5a051f /tests/sources/patch/multiple-patches/project.conf | |
parent | bacc060cfcf32cdb696ce1a3ef195ea9bed0d8c1 (diff) | |
parent | fe3b3f5fa9bb11cdee451d5169808edfa9a15cd6 (diff) | |
download | buildstream-0307e55dcf0ae7155fa9d9d08a847957f0877545.tar.gz |
Merge branch 'tristan/min-version' into 'master'
Replace format-version with min-version
See merge request BuildStream/buildstream!1881
Diffstat (limited to 'tests/sources/patch/multiple-patches/project.conf')
-rw-r--r-- | tests/sources/patch/multiple-patches/project.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sources/patch/multiple-patches/project.conf b/tests/sources/patch/multiple-patches/project.conf index afa0f5475..dc34380a4 100644 --- a/tests/sources/patch/multiple-patches/project.conf +++ b/tests/sources/patch/multiple-patches/project.conf @@ -1,2 +1,3 @@ # Basic project name: foo +min-version: 2.0 |