aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:04 +0200
commit4dc2c7b9fbbe7bec57524d71fd5330e2d1782c52 (patch)
treec64627fa19f3a8f92fc39119dffb86e3e0cc3730
parentc657ad8e7d003a35944f0b1ae7fdde18388fd81c (diff)
Bump version to 0.5.0-a1, master is open for business
-rw-r--r--bpkg/version6
-rw-r--r--build/bootstrap.build6
-rw-r--r--manifest4
-rw-r--r--version2
4 files changed, 9 insertions, 9 deletions
diff --git a/bpkg/version b/bpkg/version
index a2216af..0d837db 100644
--- a/bpkg/version
+++ b/bpkg/version
@@ -22,15 +22,15 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define LIBBPKG_VERSION 40000
-#define LIBBPKG_VERSION_STR "0.4.0"
+#define LIBBPKG_VERSION 49901
+#define LIBBPKG_VERSION_STR "0.5.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 < 40000 || LIBBUTL_VERSION > 49900
+#if LIBBUTL_VERSION != 49901
# error incompatible libbutl version
#endif
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 490d858..fc5d8a1 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -6,12 +6,12 @@ project = libbpkg
using build@0.4.0
-version = 0.4.0
+version = 0.5.0-a1
abi_major = 0
-abi_minor = 4
+abi_minor = 5
abi_patch = 0
-abi_prerelease = false
+abi_prerelease = true
revision = 0
diff --git a/manifest b/manifest
index aa2a04d..bc819d2 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: libbpkg
-version: 0.4.0
+version: 0.5.0-a1
summary: build2 package manager library
license: MIT
tags: build2, bpkg, package, manager
@@ -11,4 +11,4 @@ email: users@build2.org
requires: c++14
depends: * build2 >= 0.4.0
depends: * bpkg >= 0.4.0
-depends: libbutl [0.4.0 0.5.0-)
+depends: libbutl == 0.5.0-a1
diff --git a/version b/version
index 1d0ba9e..d1f4eb1 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.4.0
+0.5.0-a1