diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-16 19:45:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-16 19:45:56 +0300 |
commit | 2842e90f3326bd2d9d3f7bd01e3616af8432a12b (patch) | |
tree | 50e1a11dc5d4f682fd2c310b03251f76dc982f1d | |
parent | 16b014515dadb9dcd25a967d2c3f848b389ba355 (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
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | libformat/libformat/buildfile | 1 | ||||
-rw-r--r-- | libformat/manifest | 6 |
3 files changed, 6 insertions, 4 deletions
@@ -1,2 +1,5 @@ .bdep/ +# Local default options files. +# +.build2/local/ 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 |