aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg-version
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-04 07:44:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-04 07:44:22 +0200
commit891efdcc83c0f5ffdb8b675581d130c2f536d8e0 (patch)
tree9238e25f3e9b83722c23524d108b60275167debf /bpkg/bpkg-version
parent8c52ffe85b5ada70051cec0db4328b0ed1b91a27 (diff)
Bump version to 0.3.0-a1, master is open for business
Diffstat (limited to 'bpkg/bpkg-version')
-rw-r--r--bpkg/bpkg-version8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/bpkg-version b/bpkg/bpkg-version
index b12a3ed..3f7d88c 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 20000
-#define BPKG_VERSION_STR "0.2.0"
+#define BPKG_VERSION 29901
+#define BPKG_VERSION_STR "0.3.0-a1"
// 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 < 20000 || LIBBUTL_VERSION > 29900
+#if LIBBUTL_VERSION != 29901
# error incompatible libbutl version
#endif
-#if LIBBPKG_VERSION < 20000 || LIBBPKG_VERSION > 29900
+#if LIBBPKG_VERSION != 29901
# error incompatible libbpkg version
#endif