diff options
-rw-r--r-- | bpkg/version-impl.in | 8 | ||||
-rw-r--r-- | manifest | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/bpkg/version-impl.in b/bpkg/version-impl.in index 053c129..8d15e68 100644 --- a/bpkg/version-impl.in +++ b/bpkg/version-impl.in @@ -45,6 +45,14 @@ $libbutl.check(LIBBUTL_VERSION, LIBBUTL_SNAPSHOT)$ $libbpkg.check(LIBBPKG_VERSION, LIBBPKG_SNAPSHOT)$ +#include <odb/version.hxx> + +$libodb.check(LIBODB_VERSION, LIBODB_SNAPSHOT)$ + +#include <odb/sqlite/version.hxx> + +$libodb-sqlite.check(LIBODB_SQLITE_VERSION, LIBODB_SQLITE_SNAPSHOT)$ + // User agent. // #if defined(_WIN32) @@ -14,7 +14,7 @@ depends: * build2 >= 0.5.0- depends: * bpkg >= 0.5.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. +depends: libodb [2.5.0-b.1.1 2.5.0-b.2) +depends: libodb-sqlite [2.5.0-b.1.1 2.5.0-b.2) depends: libbutl [0.5.0-b.0.1 0.5.0-b.1) depends: libbpkg [0.5.0-b.0.1 0.5.0-b.1) -depends: libodb [2.5.0-a10 2.6.0-); 2.5.X -depends: libodb-sqlite [2.5.0-a10 2.6.0-); 2.5.X |