diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 16:55:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 16:55:04 +0200 |
commit | 9dd9cdb971b71652c7cb498aa7901e670e99da5b (patch) | |
tree | a175fdbe11a1c68f071600e8f8a3e08713a6b0cc | |
parent | 5769aaa5ccfca2cfa25bf898c2dd113b1504c1d6 (diff) |
Update to latest build2 changesbuild2-0.4
-rw-r--r-- | build/bootstrap.build | 3 | ||||
-rw-r--r-- | manifest | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 284ccd0..790c316 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,9 +1,8 @@ project = hello0 -using build@0.4.0-a1 +using build@0.4.0 version = 1.0.0 - revision = 0 dist.package = $project-$version @@ -6,4 +6,5 @@ license: public-domain url: http://example.org/hello0 email: hello0@example.org requires: c++11 -requires: build2 >= 0.4.0 +depends: * build2 >= 0.4.0 +depends: * bpkg >= 0.4.0 |