From 3f7de3ad1271dedbadcc3bd5db3837a221d0fa40 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Nov 2021 12:37:58 +0300 Subject: Release version 1.0.0+8 Remove redundant space before multi-line manifest value introducer --- hello/manifest | 4 ++-- mhello/manifest | 2 +- 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. -- cgit v1.1