summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.