From c9831f760a83e36a3a2ac84b1bd3f573e47ef195 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Apr 2016 16:51:35 +0200 Subject: Bump version to 0.4.0-a1, master is open for business --- 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 e6289b0..43d2e7d 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 30000 -#define BPKG_VERSION_STR "0.3.0" +#define BPKG_VERSION 39901 +#define BPKG_VERSION_STR "0.4.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 < 30000 || LIBBUTL_VERSION > 39900 +#if LIBBUTL_VERSION != 39901 # error incompatible libbutl version #endif -#if LIBBPKG_VERSION < 30000 || LIBBPKG_VERSION > 39900 +#if LIBBPKG_VERSION != 39901 # error incompatible libbpkg version #endif -- cgit v1.1