diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 15:46:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 15:46:28 +0300 |
commit | 4fda9c65d631d0c0374249aeae90668caa0ba6e0 (patch) | |
tree | 0bebb48172bd99ff6a99581ea5bdc0b3d760dff6 | |
parent | 7109002658f60b544822259aa8936f778dd4a8eb (diff) |
Release version 1.0.0+7v1.0.0+7
Disable success build emails
-rw-r--r-- | libprint/manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libprint/manifest b/libprint/manifest index 08eb737..8628e22 100644 --- a/libprint/manifest +++ b/libprint/manifest @@ -1,6 +1,6 @@ : 1 name: libprint -version: 1.0.0+6 +version: 1.0.0+7 project: hello summary: The "Hello World" example printer library license: MIT ; MIT License. @@ -11,7 +11,7 @@ A simple library that implements the "Hello World" example printer in C++. url: https://git.build2.org/cgit/hello/libprint src-url: https://git.build2.org/cgit/hello/libprint/tree/libprint email: users@build2.org -build-email: builds@build2.org +build-warning-email: builds@build2.org builds: all depends: * build2 >= 0.11.0 depends: * bpkg >= 0.11.0 |