From 2842e90f3326bd2d9d3f7bd01e3616af8432a12b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 16 Nov 2019 19:45:56 +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 --- libformat/libformat/buildfile | 1 - libformat/manifest | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'libformat') diff --git a/libformat/libformat/buildfile b/libformat/libformat/buildfile index da2d45a..04043df 100644 --- a/libformat/libformat/buildfile +++ b/libformat/libformat/buildfile @@ -9,7 +9,6 @@ lib{format}: {hxx ixx txx cxx}{** -version} hxx{version} $imp_libs $int_libs # clean results in a state identical to distributed). # hxx{version}: in{version} $src_root/manifest -hxx{version}: { dist = true clean = ($src_root != $out_root) diff --git a/libformat/manifest b/libformat/manifest index c6db824..21595d2 100644 --- a/libformat/manifest +++ b/libformat/manifest @@ -1,6 +1,6 @@ : 1 name: libformat -version: 1.0.0+4 +version: 1.0.0+5 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-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