summaryrefslogtreecommitdiff
path: root/libhello/manifest
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-16 19:48:29 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-11-16 19:48:29 +0300
commit992f5752e37a82d98674b4c43fe3cdeae395a4d2 (patch)
tree9b1d44cb88f27f48652ee2cfcb1e5b11fd374423 /libhello/manifest
parent5fee4b13c9eef58f92ab05447b0a14578d85f3b9 (diff)
Release version 1.1.0+5v1.1.0+5
Add .build2/local/ to .gitignore Use build2 features available since 0.11.0 and bump build2 version requirement
Diffstat (limited to 'libhello/manifest')
-rw-r--r--libhello/manifest6
1 files changed, 3 insertions, 3 deletions
diff --git a/libhello/manifest b/libhello/manifest
index 81a9716..cf3d235 100644
--- a/libhello/manifest
+++ b/libhello/manifest
@@ -1,6 +1,6 @@
: 1
name: libhello
-version: 1.1.0+4
+version: 1.1.0+5
project: hello
summary: The "Hello World" example library
license: MIT ; MIT License.
@@ -14,7 +14,7 @@ src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello
email: users@build2.org
build-email: builds@build2.org
builds: all
-depends: * build2 >= 0.9.0
-depends: * bpkg >= 0.9.0
+depends: * build2 >= 0.11.0
+depends: * bpkg >= 0.11.0
depends: libformat ^1.0.0
depends: libprint ^1.0.0