From 7c2bb4ef7bdb47a8fabfe579e2262105a7d33765 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 15 Oct 2021 22:48:01 +0300 Subject: Release version 1.0.0+7 Mark headers as importable in buildfiles Add commented out c/cxx/cc.internal.scope to root.build Make glue buildfile to read packages.manifest Add BMI extensions to and ignore compressed .i and .i in .gitignore Bump project requirements for build2 to 0.14.0- --- hello/manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hello/manifest') diff --git a/hello/manifest b/hello/manifest index b7e1698..7314a39 100644 --- a/hello/manifest +++ b/hello/manifest @@ -1,6 +1,6 @@ : 1 name: hello -version: 1.0.0+6 +version: 1.0.0+7 summary: The "Hello World" example program license: MIT ; MIT License. topics: hello world example @@ -14,6 +14,6 @@ src-url: https://git.build2.org/cgit/hello/hello/tree/hello email: users@build2.org build-warning-email: builds@build2.org builds: all -depends: * build2 >= 0.11.0 -depends: * bpkg >= 0.11.0 +depends: * build2 >= 0.14.0- +depends: * bpkg >= 0.14.0- depends: libhello ^1.0.0 -- cgit v1.1