diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | libhello/libhello/buildfile | 1 | ||||
-rw-r--r-- | libhello/manifest | 6 |
3 files changed, 6 insertions, 4 deletions
@@ -1,2 +1,5 @@ .bdep/ +# Local default options files. +# +.build2/local/ diff --git a/libhello/libhello/buildfile b/libhello/libhello/buildfile index a80de51..b1d0d96 100644 --- a/libhello/libhello/buildfile +++ b/libhello/libhello/buildfile @@ -8,7 +8,6 @@ lib{hello}: {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/libhello/manifest b/libhello/manifest index 81a9716..cf3d235 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -1,6 +1,6 @@ : 1 name: libhello -version: 1.1.0+4 +version: 1.1.0+5 project: hello summary: The "Hello World" example library license: MIT ; MIT License. @@ -14,7 +14,7 @@ src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello 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 depends: libformat ^1.0.0 depends: libprint ^1.0.0 |