From cfdb36cc944f2493e0c2248f6e74001bf92d6bc5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Sep 2016 11:47:04 +0200 Subject: Bump version to 0.5.0-a1, master is open for business --- brep/version | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'brep/version') diff --git a/brep/version b/brep/version index 5b822a0..616d4b5 100644 --- a/brep/version +++ b/brep/version @@ -23,8 +23,8 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define BREP_VERSION 40000 -#define BREP_VERSION_STR "0.4.0" +#define BREP_VERSION 49901 +#define BREP_VERSION_STR "0.5.0-a1" // For now these are the same. // @@ -36,11 +36,11 @@ // // 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 -- cgit v1.1