summaryrefslogtreecommitdiff
path: root/libhello/manifest
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-24 12:39:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-24 18:35:12 +0300
commite8c3d67c63a37b0886a47e18b80a3155521f9c81 (patch)
treeecf3e082f22e487ba22a41df85646afe799a18d6 /libhello/manifest
parentf5a415a323f710d9b8ea50cd3de5c090918541e4 (diff)
Release version 1.0.0+9v1.0.0+9
Remove redundant space before multi-line manifest value introducer
Diffstat (limited to 'libhello/manifest')
-rw-r--r--libhello/manifest4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhello/manifest b/libhello/manifest
index 123195f..4842c51 100644
--- a/libhello/manifest
+++ b/libhello/manifest
@@ -1,11 +1,11 @@
: 1
name: libhello
-version: 1.0.0+8
+version: 1.0.0+9
project: hello
summary: The "Hello World" example library
license: MIT ; MIT License.
topics: hello world example
-description: \
+description:\
A simple library that implements the "Hello World" example in C++. Its primary
goal is to show a canonical build2/bpkg project/package.
\