diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-02 17:42:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-02 17:42:28 +0200 |
commit | 6f244eada960bf3eb110c791263205c63e15dea9 (patch) | |
tree | 9b9cf8242bc69609bdc6d8f21798ff92347aaf21 | |
parent | 049d57e59279cc84d0dd23c8c8ff919edde8f14b (diff) |
Bump version to 0.2.30.2.3
-rw-r--r-- | brep/version | 4 | ||||
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | manifest | 2 | ||||
-rw-r--r-- | version | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/brep/version b/brep/version index dad382d..b3c830b 100644 --- a/brep/version +++ b/brep/version @@ -23,8 +23,8 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define BREP_VERSION 20200 -#define BREP_VERSION_STR "0.2.2" +#define BREP_VERSION 20300 +#define BREP_VERSION_STR "0.2.3" // For now these are the same. // diff --git a/build/bootstrap.build b/build/bootstrap.build index b2dfb9d..822617a 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = brep -version = 0.2.2 +version = 0.2.3 using build@0.2.0 using config @@ -1,6 +1,6 @@ : 1 name: brep -version: 0.2.2 +version: 0.2.3 summary: build2 package repository web interface license: MIT tags: build2, c++, package, repository, web, interface, apache, module @@ -1 +1 @@ -0.2.2 +0.2.3 |