aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpkg/bpkg-version8
-rw-r--r--build/bootstrap.build4
-rwxr-xr-xdoc/cli.sh2
-rw-r--r--manifest8
-rw-r--r--version2
5 files changed, 12 insertions, 12 deletions
diff --git a/bpkg/bpkg-version b/bpkg/bpkg-version
index e6289b0..43d2e7d 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 30000
-#define BPKG_VERSION_STR "0.3.0"
+#define BPKG_VERSION 39901
+#define BPKG_VERSION_STR "0.4.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 < 30000 || LIBBUTL_VERSION > 39900
+#if LIBBUTL_VERSION != 39901
# error incompatible libbutl version
#endif
-#if LIBBPKG_VERSION < 30000 || LIBBPKG_VERSION > 39900
+#if LIBBPKG_VERSION != 39901
# error incompatible libbpkg version
#endif
diff --git a/build/bootstrap.build b/build/bootstrap.build
index f7d3cae..f26e50a 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -3,9 +3,9 @@
# license : MIT; see accompanying LICENSE file
project = bpkg
-version = 0.3.0
+version = 0.4.0-a1
-using build@0.2.0
+using build@0.3.0
using config
using dist
using install
diff --git a/doc/cli.sh b/doc/cli.sh
index bbc47b0..07f56e4 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-version="0.3.0"
+version="0.4.0"
date="April 2016"
trap 'exit 1' ERR
diff --git a/manifest b/manifest
index 4a9fe21..04d260b 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: bpkg
-version: 0.3.0
+version: 0.4.0-a1
summary: build2 package manager
license: MIT
tags: build2, c++, package, manager
@@ -9,11 +9,11 @@ changes-file: NEWS
url: https://build2.org
email: users@build2.org
requires: c++11
-requires: build2 >= 0.2.0
+requires: build2 >= 0.3.0
requires: libodb >= 2.5.0-a3
requires: libodb-sqlite >= 2.5.0-a3
requires: sqlite3
# @@ Should probably become conditional dependency.
requires: ? cli ; Only required if changing .cli files.
-depends: libbutl [0.3.0 0.4.0-)
-depends: libbpkg [0.3.0 0.4.0-)
+depends: libbutl == 0.4.0-a1
+depends: libbpkg == 0.4.0-a1
diff --git a/version b/version
index 0d91a54..03c7bd3 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.3.0
+0.4.0-a1