diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-07 17:27:55 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-07 17:28:07 +0300 |
commit | 69222fe23685d98fad69507a9196de4f5a20ad7b (patch) | |
tree | e87c19365b811e70e5ec3e67d8ef3566661afb62 | |
parent | 532c11ec7c9d3b199cffe795dfcc3fc18ceda0a8 (diff) |
Release version 1.0.0+4v1.0.0
Replace tags manifest value with topics and adjust license value
-rw-r--r-- | libhello/manifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhello/manifest b/libhello/manifest index b0fedc0..a91a94f 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -1,10 +1,10 @@ : 1 name: libhello -version: 1.0.0+3 +version: 1.0.0+4 project: hello summary: The "Hello World" example library -license: MIT -tags: c++, world, example +license: MIT ; MIT License. +topics: hello world example description: \ A simple library that implements the "Hello World" example in C++. Its primary goal is to show a canonical build2/bpkg project/package. |