diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-08 11:47:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-08 11:47:04 +0200 |
commit | e8202ef107932d6f944856089c8c13a89c1ab963 (patch) | |
tree | e7f526e5445a1bcca79dca8a91fbbc86646aaa46 | |
parent | c6ab2932abfe8cc4faf321913b59b76cc777296b (diff) |
Bump version to 0.5.0-a1, master is open for business
-rw-r--r-- | bpkg/bpkg-version | 8 | ||||
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | manifest | 6 | ||||
-rw-r--r-- | version | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/bpkg/bpkg-version b/bpkg/bpkg-version index 24ceaa7..9d52141 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 40000 -#define BPKG_VERSION_STR "0.4.0" +#define BPKG_VERSION 49901 +#define BPKG_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 -#if LIBBPKG_VERSION < 40000 || LIBBPKG_VERSION > 49900 +#if LIBBPKG_VERSION != 49901 # error incompatible libbpkg version #endif diff --git a/build/bootstrap.build b/build/bootstrap.build index c2bc2ae..b5b999c 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -6,7 +6,7 @@ project = bpkg using build@0.4.0 -version = 0.4.0 +version = 0.5.0-a1 revision = 0 dist.package = $project-$version @@ -1,6 +1,6 @@ : 1 name: bpkg -version: 0.4.0 +version: 0.5.0-a1 summary: build2 package manager license: MIT tags: build2, c++, package, manager @@ -13,7 +13,7 @@ depends: * build2 >= 0.4.0 depends: * bpkg >= 0.4.0 # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl [0.4.0 0.5.0-) -depends: libbpkg [0.4.0 0.5.0-) +depends: libbutl == 0.5.0-a1 +depends: libbpkg == 0.5.0-a1 depends: libodb [2.5.0-a10 2.6.0-); 2.5.X depends: libodb-sqlite [2.5.0-a10 2.6.0-); 2.5.X @@ -1 +1 @@ -0.4.0 +0.5.0-a1 |