summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-24 12:37:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-24 18:30:38 +0300
commit3f7de3ad1271dedbadcc3bd5db3837a221d0fa40 (patch)
treee48572067d3193b01fc78879a5b36be166edf202
parent7c2bb4ef7bdb47a8fabfe579e2262105a7d33765 (diff)
Release version 1.0.0+8v1.0.0+8
Remove redundant space before multi-line manifest value introducer
-rw-r--r--hello/manifest4
-rw-r--r--mhello/manifest2
2 files changed, 3 insertions, 3 deletions
diff --git a/hello/manifest b/hello/manifest
index 7314a39..0bda2ee 100644
--- a/hello/manifest
+++ b/hello/manifest
@@ -1,10 +1,10 @@
: 1
name: hello
-version: 1.0.0+7
+version: 1.0.0+8
summary: The "Hello World" example program
license: MIT ; MIT License.
topics: hello world example
-description: \
+description:\
A simple program that implements the "Hello World" example in C++ using the
libhello library. Its primary goal is to show a canonical build2/bpkg
project/package.
diff --git a/mhello/manifest b/mhello/manifest
index f817afa..f4e5417 100644
--- a/mhello/manifest
+++ b/mhello/manifest
@@ -5,7 +5,7 @@ project: hello
summary: The modularized "Hello World" example program
license: MIT
tags: c++, world, example
-description: \
+description:\
A simple program that implements the "Hello World" example in C++ with
modules using the libhello library. Its primary goal is to show a
canonical build2/bpkg project/package.