From 89e706b9c107654df8628ee1d70dd76a411eb1e4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 May 2016 16:07:22 +0200 Subject: Bump version to 0.3.1 --- brep/version | 4 ++-- build/bootstrap.build | 2 +- manifest | 2 +- version | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/brep/version b/brep/version index 211c300..7229fa7 100644 --- a/brep/version +++ b/brep/version @@ -23,8 +23,8 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define BREP_VERSION 30000 -#define BREP_VERSION_STR "0.3.0" +#define BREP_VERSION 30100 +#define BREP_VERSION_STR "0.3.1" // For now these are the same. // diff --git a/build/bootstrap.build b/build/bootstrap.build index 07ef691..369fffa 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 +version = 0.3.1 using build@0.2.0 using config diff --git a/manifest b/manifest index 36ea403..9abd9ae 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: brep -version: 0.3.0 +version: 0.3.1 summary: build2 package repository web interface license: MIT tags: build2, c++, package, repository, web, interface, apache, module diff --git a/version b/version index 0d91a54..9e11b32 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.3.0 +0.3.1 -- cgit v1.1