From 1c0cead479ac823b1d2e4f651347dac78b0f7b2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Feb 2016 07:44:23 +0200 Subject: Bump version to 0.3.0-a1, master is open for business --- brep/version | 8 ++++---- build/bootstrap.build | 2 +- manifest | 6 +++--- version | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/brep/version b/brep/version index b3c830b..0220ee5 100644 --- a/brep/version +++ b/brep/version @@ -23,8 +23,8 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define BREP_VERSION 20300 -#define BREP_VERSION_STR "0.2.3" +#define BREP_VERSION 29901 +#define BREP_VERSION_STR "0.3.0-a1" // For now these are the same. // @@ -36,11 +36,11 @@ // // Note: does not apply during early development. // -#if LIBBUTL_VERSION < 20000 || LIBBUTL_VERSION > 29900 +#if LIBBUTL_VERSION != 29901 # error incompatible libbutl version #endif -#if LIBBPKG_VERSION < 20000 || LIBBPKG_VERSION > 29900 +#if LIBBPKG_VERSION != 29901 # error incompatible libbpkg version #endif diff --git a/build/bootstrap.build b/build/bootstrap.build index 822617a..df1e500 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = brep -version = 0.2.3 +version = 0.3.0-a1 using build@0.2.0 using config diff --git a/manifest b/manifest index 1856f07..7a07d25 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: brep -version: 0.2.3 +version: 0.3.0-a1 summary: build2 package repository web interface license: MIT tags: build2, c++, package, repository, web, interface, apache, module @@ -18,5 +18,5 @@ requires: apache2; Including development files (httpd.h header, etc). requires: libapr # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl [0.2.0 0.3.0-) -depends: libbpkg [0.2.0 0.3.0-) +depends: libbutl == 0.3.0-a1 +depends: libbpkg == 0.3.0-a1 diff --git a/version b/version index 7179039..59d9b94 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.3 +0.3.0-a1 -- cgit v1.1