aboutsummaryrefslogtreecommitdiff
path: root/bpkg
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-05 10:35:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-05 10:35:08 +0200
commit9b368f482cfbc44398b2edb2477207d54fb7705f (patch)
tree4eedff2cdbc6c32683832d13fd058a367650a2b6 /bpkg
parent8d2eb68173117cbbe86858d9062f617f467362c9 (diff)
Bump version to 0.4.0 (final)
Diffstat (limited to 'bpkg')
-rw-r--r--bpkg/bpkg-version8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/bpkg-version b/bpkg/bpkg-version
index 43d2e7d..24ceaa7 100644
--- a/bpkg/bpkg-version
+++ b/bpkg/bpkg-version
@@ -23,19 +23,19 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define BPKG_VERSION 39901
-#define BPKG_VERSION_STR "0.4.0-a1"
+#define BPKG_VERSION 40000
+#define BPKG_VERSION_STR "0.4.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.
//
-#if LIBBUTL_VERSION != 39901
+#if LIBBUTL_VERSION < 40000 || LIBBUTL_VERSION > 49900
# error incompatible libbutl version
#endif
-#if LIBBPKG_VERSION != 39901
+#if LIBBPKG_VERSION < 40000 || LIBBPKG_VERSION > 49900
# error incompatible libbpkg version
#endif