diff options
-rw-r--r-- | bpkg/version | 6 | ||||
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | manifest | 4 | ||||
-rw-r--r-- | version | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/bpkg/version b/bpkg/version index 7571b93..73cde1a 100644 --- a/bpkg/version +++ b/bpkg/version @@ -22,15 +22,15 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define LIBBPKG_VERSION 20000 -#define LIBBPKG_VERSION_STR "0.2.0" +#define LIBBPKG_VERSION 29901 +#define LIBBPKG_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 diff --git a/build/bootstrap.build b/build/bootstrap.build index cc5c5cf..45254f7 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = libbpkg -version = 0.2.0 +version = 0.3.0-a1 using build@0.2.0 using config @@ -1,6 +1,6 @@ : 1 name: libbpkg -version: 0.2.0 +version: 0.3.0-a1 summary: build2 package manager library license: MIT tags: build2, bpkg, package, manager @@ -10,4 +10,4 @@ url: https://build2.org email: users@build2.org requires: c++11 requires: build2 >= 0.2.0 -depends: libbutl [0.2.0 0.3.0-) +depends: libbutl == 0.3.0-a1 @@ -1 +1 @@ -0.2.0 +0.3.0-a1 |