aboutsummaryrefslogtreecommitdiff
path: root/brep/version
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-04 20:53:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-19 22:16:46 +0300
commitdbbc19b77dcf6ea828aabd64d7aa8cab9635aaf5 (patch)
treec0b9b449b7064dff3613628022224e6c18148c3e /brep/version
parentefb9c3e0e6b612d5bfadc7a2b984c14b5439335c (diff)
Implement build task, result and log requests handling
Diffstat (limited to 'brep/version')
-rw-r--r--brep/version5
1 files changed, 5 insertions, 0 deletions
diff --git a/brep/version b/brep/version
index f648b5e..e1db981 100644
--- a/brep/version
+++ b/brep/version
@@ -6,6 +6,7 @@
#include <butl/version> // LIBBUTL_VERSION
#include <bpkg/version> // LIBBPKG_VERSION
+#include <bbot/version> // LIBBBOT_VERSION
// Version format is AABBCCDD where
//
@@ -44,4 +45,8 @@
# error incompatible libbpkg version
#endif
+#if LIBBBOT_VERSION != 49901
+# error incompatible libbbot version
+#endif
+
#endif // BREP_VERSION