aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg-version
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/bpkg-version')
-rw-r--r--bpkg/bpkg-version18
1 files changed, 12 insertions, 6 deletions
diff --git a/bpkg/bpkg-version b/bpkg/bpkg-version
index a4be00b..c9ebe17 100644
--- a/bpkg/bpkg-version
+++ b/bpkg/bpkg-version
@@ -23,19 +23,25 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
+// AABBCCDD
+#define BPKG_VERSION 10000
+#define BPKG_VERSION_STR "0.1.0"
// Generally, we expect minor versions to be source code backwards-
// compatible, thought we might have a minimum version requirement.
//
+// Note: does not apply during early development.
+//
// AABBCCDD
-#if (LIBBPKG_VERSION < 9901 || \
- LIBBPKG_VERSION > 990000)
-# error incompatible libbpkg version
+#if (LIBBUTL_VERSION < 10000 || \
+ LIBBUTL_VERSION > 10000)
+# error incompatible libbutl version
#endif
-// AABBCCDD
-#define BPKG_VERSION 9901
-#define BPKG_VERSION_STR "0.1.0-a1"
+#if (LIBBPKG_VERSION < 10000 || \
+ LIBBPKG_VERSION > 10000)
+# error incompatible libbpkg version
+#endif
// User agent.
//