From 12ffce08266a6c91c83faac02fb85a858b9854b9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 31 Jan 2016 10:54:51 +0200 Subject: Bump version to 0.2.0 final --- bpkg/version | 6 +++--- build/bootstrap.build | 4 ++-- manifest | 7 +++---- version | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/bpkg/version b/bpkg/version index 6b2e119..7571b93 100644 --- a/bpkg/version +++ b/bpkg/version @@ -22,15 +22,15 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define LIBBPKG_VERSION 10000 -#define LIBBPKG_VERSION_STR "0.1.0" +#define LIBBPKG_VERSION 20000 +#define LIBBPKG_VERSION_STR "0.2.0" // 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 != 10000 +#if LIBBUTL_VERSION < 20000 || LIBBUTL_VERSION > 29900 # error incompatible libbutl version #endif diff --git a/build/bootstrap.build b/build/bootstrap.build index 2f3344b..cc5c5cf 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file project = libbpkg -version = 0.1.0 +version = 0.2.0 -using build@0.1.0 +using build@0.2.0 using config using dist using test diff --git a/manifest b/manifest index 620aa1a..191c2bc 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: libbpkg -version: 0.1.0 +version: 0.2.0 summary: build2 package manager library license: MIT tags: build2, bpkg, package, manager @@ -9,6 +9,5 @@ changes-file: NEWS url: https://build2.org email: users@build2.org requires: c++11 -requires: build2 >= 0.1.0 -# @@ Need libbutl [0.1.0 0.2.0-]. -depends: libbutl == 0.1.0 +requires: build2 >= 0.2.0 +depends: libbutl [0.2.0, 0.3.0-) diff --git a/version b/version index 6e8bf73..0ea3a94 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.0 +0.2.0 -- cgit v1.1