diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-07 17:26:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-07 17:26:55 +0300 |
commit | 5fee4b13c9eef58f92ab05447b0a14578d85f3b9 (patch) | |
tree | b682e029df446fd08706f6efeaffe18d45667ae8 | |
parent | 3543ca0b4e40c97f76bad19a7fc71fa8d147c2cb (diff) |
Release version 1.1.0+4v1.1.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 0452672..81a9716 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -1,10 +1,10 @@ : 1 name: libhello -version: 1.1.0+3 +version: 1.1.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. |