From bc5192e6d345095eca59cd4b88c8f391ee1b2156 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 15 Oct 2021 22:17:28 +0300 Subject: Release version 1.0.0+8 Mark headers as importable in buildfiles Drop @ from bin.lib.version in libhello/buildfile Add commented out c/cxx/cc.internal.scope to root.build Make glue buildfile to read packages.manifest Fortify tests against NDEBUG Add BMI extensions to and ignore compressed .i and .i in .gitignore Bump project requirements for build2 to 0.14.0- --- libformat/manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libformat/manifest') diff --git a/libformat/manifest b/libformat/manifest index 9663780..76499ea 100644 --- a/libformat/manifest +++ b/libformat/manifest @@ -1,6 +1,6 @@ : 1 name: libformat -version: 1.0.0+7 +version: 1.0.0+8 project: hello summary: The "Hello World" example formatter library license: MIT ; MIT License. @@ -13,5 +13,5 @@ src-url: https://git.build2.org/cgit/hello/libformat/tree/libformat 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- -- cgit v1.1