summaryrefslogtreecommitdiff
path: root/libformat
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-16 19:45:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-11-16 19:45:56 +0300
commit2842e90f3326bd2d9d3f7bd01e3616af8432a12b (patch)
tree50e1a11dc5d4f682fd2c310b03251f76dc982f1d /libformat
parent16b014515dadb9dcd25a967d2c3f848b389ba355 (diff)
Release version 1.0.0+5v1.0.0+5
Add .build2/local/ to .gitignore Use build2 features available since 0.11.0 and bump build2 version requirement
Diffstat (limited to 'libformat')
-rw-r--r--libformat/libformat/buildfile1
-rw-r--r--libformat/manifest6
2 files changed, 3 insertions, 4 deletions
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