From 0c981325393f62138d817e20d3fbcd699e6c7abe Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 16 Nov 2019 19:51:00 +0300 Subject: Release version 1.0.0+5 Add .build2/local/ to .gitignore Use build2 features available since 0.11.0 and bump build2 version requirement --- libhello/manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libhello/manifest') diff --git a/libhello/manifest b/libhello/manifest index a91a94f..7961c9f 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -1,6 +1,6 @@ : 1 name: libhello -version: 1.0.0+4 +version: 1.0.0+5 project: hello summary: The "Hello World" example library license: MIT ; MIT License. @@ -14,5 +14,5 @@ src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello?h=1.0 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 -- cgit v1.1