summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 15:44:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 15:44:05 +0300
commit464d0ff2ccad746b79b51b25d014b2d123f844dc (patch)
tree4e1163e95a7d834307fab5e7247231f164be77f8
parent65e2207b053b854ccb89589880bc6778939fee23 (diff)
Release version 1.0.0+7v1.0.0+7
Disable success build emails
-rw-r--r--libhello/manifest4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhello/manifest b/libhello/manifest
index 33924c7..e8d6a0e 100644
--- a/libhello/manifest
+++ b/libhello/manifest
@@ -1,6 +1,6 @@
: 1
name: libhello
-version: 1.0.0+6
+version: 1.0.0+7
project: hello
summary: The "Hello World" example library
license: MIT ; MIT License.
@@ -12,7 +12,7 @@ goal is to show a canonical build2/bpkg project/package.
url: https://git.build2.org/cgit/hello/libhello
src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello?h=1.0
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