From 9e4ba972178918ca6333f279b196639c456634a2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Apr 2016 09:11:15 +0200 Subject: Bump version to 0.3.0 --- brep/version | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'brep/version') diff --git a/brep/version b/brep/version index 0220ee5..211c300 100644 --- a/brep/version +++ b/brep/version @@ -23,8 +23,8 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define BREP_VERSION 29901 -#define BREP_VERSION_STR "0.3.0-a1" +#define BREP_VERSION 30000 +#define BREP_VERSION_STR "0.3.0" // For now these are the same. // @@ -36,11 +36,11 @@ // // Note: does not apply during early development. // -#if LIBBUTL_VERSION != 29901 +#if LIBBUTL_VERSION < 30000 || LIBBUTL_VERSION > 39900 # error incompatible libbutl version #endif -#if LIBBPKG_VERSION != 29901 +#if LIBBPKG_VERSION < 30000 || LIBBPKG_VERSION > 39900 # error incompatible libbpkg version #endif -- cgit v1.1