diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 16:27:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 16:27:44 +0200 |
commit | 8f689440638c3fc3aa356bbe70e83cf9928479db (patch) | |
tree | 2910797eddee8987b6355092112a373a5b38d565 | |
parent | f57c490ef7d9b205a4b8dff9d6ff18d5476c23dc (diff) |
Update to latest build2 changes2.5.0-a10
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | manifest | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 9c976a4..5894e4f 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,7 +4,7 @@ project = libodb -using build@0.4.0-a1 +using build@0.4.0 version = 2.5.0-a10 @@ -10,4 +10,5 @@ changes-file: NEWS url: http://www.codesynthesis.com/products/odb/ email: odb-users@codesynthesis.com requires: c++11 -requires: build2 >= 0.4.0 +depends: * build2 >= 0.4.0 +depends: * bpkg >= 0.4.0 |