diff options
-rw-r--r-- | brep/version | 8 | ||||
-rw-r--r-- | build/bootstrap.build | 4 | ||||
-rw-r--r-- | manifest | 9 | ||||
-rw-r--r-- | version | 2 |
4 files changed, 11 insertions, 12 deletions
diff --git a/brep/version b/brep/version index cce0be8..36692cb 100644 --- a/brep/version +++ b/brep/version @@ -23,8 +23,8 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define BREP_VERSION 10000 -#define BREP_VERSION_STR "0.1.0" +#define BREP_VERSION 20000 +#define BREP_VERSION_STR "0.2.0" // For now these are the same. // @@ -36,11 +36,11 @@ // // Note: does not apply during early development. // -#if LIBBUTL_VERSION != 10000 +#if LIBBUTL_VERSION < 20000 || LIBBUTL_VERSION > 29900 # error incompatible libbutl version #endif -#if LIBBPKG_VERSION != 10000 +#if LIBBPKG_VERSION < 20000 || LIBBPKG_VERSION > 29900 # error incompatible libbpkg version #endif diff --git a/build/bootstrap.build b/build/bootstrap.build index 2883ce6..45e2af0 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file project = brep -version = 0.1.0 +version = 0.2.0 -using build@0.1.0 +using build@0.2.0 using config using dist using test @@ -1,6 +1,6 @@ : 1 name: brep -version: 0.1.0 +version: 0.2.0 summary: build2 package repository web interface license: MIT tags: build2, c++, package, repository, web, interface, apache, module @@ -9,7 +9,7 @@ changes-file: NEWS url: https://build2.org email: users@build2.org requires: c++11 -requires: build2 >= 0.1.0 +requires: build2 >= 0.2.0 requires: libstudxml >= 1.1.0-a3 requires: libodb >= 2.5.0-a3 requires: libodb-pgsql >= 2.5.0-a3 @@ -18,6 +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. -# @@ Need libb* [0.1.0 0.2.0-]. -depends: libbutl == 0.1.0 -depends: libbpkg == 0.1.0 +depends: libbutl [0.2.0, 0.3.0-) +depends: libbpkg [0.2.0, 0.3.0-) @@ -1 +1 @@ -0.1.0 +0.2.0 |