From 2869c6b8db17ba43aca699ccc32f324234be1b18 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Nov 2021 12:40:14 +0300 Subject: Release version 1.0.0+9 Remove redundant space before multi-line manifest value introducer --- libmprint/manifest | 2 +- libprint/manifest | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libmprint/manifest b/libmprint/manifest index e5de794..50003bb 100644 --- a/libmprint/manifest +++ b/libmprint/manifest @@ -5,7 +5,7 @@ project: hello summary: The modularized "Hello World" example printer library license: MIT tags: c++, world, printer, example, modules -description: \ +description:\ A simple library that implements the "Hello World" example printer in C++ with modules. \ diff --git a/libprint/manifest b/libprint/manifest index 89b09f2..aaefe53 100644 --- a/libprint/manifest +++ b/libprint/manifest @@ -1,11 +1,11 @@ : 1 name: libprint -version: 1.0.0+8 +version: 1.0.0+9 project: hello summary: The "Hello World" example printer library license: MIT ; MIT License. topics: hello world example -description: \ +description:\ A simple library that implements the "Hello World" example printer in C++. \ url: https://git.build2.org/cgit/hello/libprint -- cgit v1.1