From 17def89b745024067063c638810a30aa85a55fdc 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/bpkg-version | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/bpkg-version') diff --git a/bpkg/bpkg-version b/bpkg/bpkg-version index b36d3c9..b12a3ed 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 10000 -#define BPKG_VERSION_STR "0.1.0" +#define BPKG_VERSION 20000 +#define BPKG_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 -#if LIBBPKG_VERSION != 10000 +#if LIBBPKG_VERSION < 20000 || LIBBPKG_VERSION > 29900 # error incompatible libbpkg version #endif -- cgit v1.1