aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bbot/version5
1 files changed, 5 insertions, 0 deletions
diff --git a/bbot/version b/bbot/version
index 9454762..d996d8b 100644
--- a/bbot/version
+++ b/bbot/version
@@ -5,6 +5,7 @@
#ifndef LIBBBOT_VERSION // Note: using the version macro itself.
#include <butl/version> // LIBBUTL_VERSION
+#include <bpkg/version> // LIBBPKG_VERSION
// Version format is AABBCCDD where
//
@@ -34,4 +35,8 @@
# error incompatible libbutl version
#endif
+#if LIBBPKG_VERSION != 49901
+# error incompatible libbpkg version
+#endif
+
#endif // LIBBBOT_VERSION