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/package | 2 +- brep/version | 8 ++++---- build/bootstrap.build | 2 +- doc/cli.sh | 4 ++-- manifest | 6 +++--- version | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/brep/package b/brep/package index 67f0e31..d7b87c8 100644 --- a/brep/package +++ b/brep/package @@ -21,7 +21,7 @@ // #define LIBBREP_SCHEMA_VERSION_BASE 2 -#pragma db model version(LIBBREP_SCHEMA_VERSION_BASE, 2, open) +#pragma db model version(LIBBREP_SCHEMA_VERSION_BASE, 2, closed) // The uint16_t value range is not fully covered by SMALLINT PostgreSQL type // to which uint16_t is mapped by default. 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 diff --git a/build/bootstrap.build b/build/bootstrap.build index df1e500..07ef691 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = brep -version = 0.3.0-a1 +version = 0.3.0 using build@0.2.0 using config diff --git a/doc/cli.sh b/doc/cli.sh index 3e1bb5a..d77efa5 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash -version="0.2.0" -date="January 2016" +version="0.3.0" +date="April 2016" trap 'exit 1' ERR set -o errtrace # Trap in functions. diff --git a/manifest b/manifest index 7a07d25..36ea403 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: brep -version: 0.3.0-a1 +version: 0.3.0 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.3.0-a1 -depends: libbpkg == 0.3.0-a1 +depends: libbutl [0.3.0 0.4.0-) +depends: libbpkg [0.3.0 0.4.0-) diff --git a/version b/version index 59d9b94..0d91a54 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.3.0-a1 +0.3.0 -- cgit v1.1