diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-29 17:22:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-29 17:22:29 +0200 |
commit | 7ebe2bef30962c340ca549248d07a7f899c04578 (patch) | |
tree | 799f874165a523feed3a066af38321897afef7cd | |
parent | 6d90933d6b8c8fb10dc56be5b653f2d43d7c7fc5 (diff) |
Check ODB and libstudxml versions
-rw-r--r-- | brep/version.in | 17 | ||||
-rw-r--r-- | manifest | 6 |
2 files changed, 20 insertions, 3 deletions
diff --git a/brep/version.in b/brep/version.in index c0f6df4..a5b236e 100644 --- a/brep/version.in +++ b/brep/version.in @@ -49,6 +49,23 @@ $libbpkg.check(LIBBPKG_VERSION, LIBBPKG_SNAPSHOT)$ $libbbot.check(LIBBBOT_VERSION, LIBBBOT_SNAPSHOT)$ +#include <odb/version.hxx> + +$libodb.check(LIBODB_VERSION, LIBODB_SNAPSHOT)$ + +#include <odb/pgsql/version.hxx> + +$libodb-pgsql.check(LIBODB_PGSQL_VERSION, LIBODB_PGSQL_SNAPSHOT)$ + +// @@ Not really the correct place for the check since we don't use +// it here. +// +/* +#include <xml/version> + +$libstudxml.check(LIBSTUDXML_VERSION, LIBSTUDXML_SNAPSHOT)$ +*/ + // For now these are the same. // #define LIBBREP_VERSION BREP_VERSION @@ -17,9 +17,9 @@ depends: * bpkg >= 0.5.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. depends: libapr1 -depends: libstudxml >= 1.1.0-a4 -depends: libodb >= 2.5.0-a10 -depends: libodb-pgsql >= 2.5.0-a10 +depends: libstudxml [1.1.0-b.0.1 1.1.0-b.1) +depends: libodb [2.5.0-b.1.1 2.5.0-b.2) +depends: libodb-pgsql [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: libbbot [0.5.0-b.0.1 0.5.0-b.1) |