From 7d3ec6098c5e874153d3f5a4ffba3606849e9406 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Nov 2021 12:38:37 +0300 Subject: Release version 1.1.0+9 Remove redundant space before multi-line manifest value introducer --- libhello/manifest | 4 ++-- libmhello/manifest | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libhello/manifest b/libhello/manifest index 2c29bfb..1ec8d5f 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -1,11 +1,11 @@ : 1 name: libhello -version: 1.1.0+8 +version: 1.1.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. \ diff --git a/libmhello/manifest b/libmhello/manifest index acbb65d..0bc28ac 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -5,7 +5,7 @@ project: hello summary: The modularized "Hello World" example library license: MIT tags: c++, world, example, modules -description: \ +description:\ A simple library that implements the "Hello World" example in C++ with modules. Its primary goal is to show a canonical build2/bpkg project/package. \ -- cgit v1.1