diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-29 17:21:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-29 17:21:59 +0200 |
commit | 7263a091971f42a611f5b03239135e8c3ef9bb47 (patch) | |
tree | 122e8e707a3d7dd4e3d0e78c6777296ffd575072 | |
parent | cb93b6b3f03536ca833bde8d8d7a0018cf94927a (diff) |
Check ODB version
-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 |