aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-05 10:31:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-05 10:31:19 +0200
commit9863b40b7d3df92f1a6b975b372586fbc0c6b404 (patch)
tree255b42e58f020f3c5466ed194848e3d5744e8274
parentf62959336b41ff3fdc236ab4c4bf56d7f991c5f6 (diff)
Prepare version header for automatic management by etc/version script
-rw-r--r--bpkg/version7
1 files changed, 2 insertions, 5 deletions
diff --git a/bpkg/version b/bpkg/version
index 95f57c2..6ced4fc 100644
--- a/bpkg/version
+++ b/bpkg/version
@@ -22,8 +22,7 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-// AABBCCDD
-#define LIBBPKG_VERSION 10000
+#define LIBBPKG_VERSION 10000
#define LIBBPKG_VERSION_STR "0.1.0"
// Generally, we expect minor versions to be source code backwards-
@@ -31,9 +30,7 @@
//
// Note: does not apply during early development.
//
-// AABBCCDD
-#if (LIBBUTL_VERSION < 10000 || \
- LIBBUTL_VERSION > 10000)
+#if LIBBUTL_VERSION != 10000
# error incompatible libbutl version
#endif