diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 12:40:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 18:36:25 +0300 |
commit | 2869c6b8db17ba43aca699ccc32f324234be1b18 (patch) | |
tree | 165a1dd06462114e8adb2a03458e87826ac7b0bb | |
parent | 7c5b960dacca0e063030bb756c088ea32f41aafa (diff) |
Release version 1.0.0+9v1.0.0+9
Remove redundant space before multi-line manifest value introducer
-rw-r--r-- | libmprint/manifest | 2 | ||||
-rw-r--r-- | 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 |