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 | ffcf622f94e8648711796ecc5de2812be7a3d384 (patch) | |
tree | c411e6dc069a05973912fe11d89b7c871f4bebe5 | |
parent | 768acdb5b46a49266aaa9ec70e8ae5938a0b8cb2 (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 0f03f0e..02b7b2c 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,7 +4,7 @@ project = libodb-pgsql -using build@0.4.0-a1 +using build@0.4.0 version = 2.5.0-a10 @@ -10,6 +10,7 @@ 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 depends: libpq >= 9.0.0 depends: libodb == 2.5.0-a10 |