aboutsummaryrefslogtreecommitdiff
path: root/brep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-29 17:22:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-29 17:22:29 +0200
commit7ebe2bef30962c340ca549248d07a7f899c04578 (patch)
tree799f874165a523feed3a066af38321897afef7cd /brep
parent6d90933d6b8c8fb10dc56be5b653f2d43d7c7fc5 (diff)
Check ODB and libstudxml versions
Diffstat (limited to 'brep')
-rw-r--r--brep/version.in17
1 files changed, 17 insertions, 0 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