aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpkg/bpkg-version8
-rw-r--r--build/bootstrap.build2
-rw-r--r--manifest6
-rw-r--r--version2
4 files changed, 9 insertions, 9 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
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 4c33bed..2df8b44 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -3,7 +3,7 @@
# license : MIT; see accompanying LICENSE file
project = bpkg
-version = 0.2.0
+version = 0.3.0-a1
using build@0.2.0
using config
diff --git a/manifest b/manifest
index c8c6528..58694d1 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: bpkg
-version: 0.2.0
+version: 0.3.0-a1
summary: build2 package manager
license: MIT
tags: build2, c++, package, manager
@@ -15,5 +15,5 @@ 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.2.0 0.3.0-)
-depends: libbpkg [0.2.0 0.3.0-)
+depends: libbutl == 0.3.0-a1
+depends: libbpkg == 0.3.0-a1
diff --git a/version b/version
index 0ea3a94..59d9b94 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.2.0
+0.3.0-a1