From 7513c4f9ad34239baa79df07e9620e9db8247884 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 --- build/bootstrap.build | 2 +- butl/version | 4 ++-- manifest | 2 +- version | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index 38bbda3..72de10f 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = libbutl -version = 0.3.0-a1 +version = 0.3.0 using build@0.2.0 using config diff --git a/butl/version b/butl/version index fe2dde4..24ba945 100644 --- a/butl/version +++ b/butl/version @@ -20,7 +20,7 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define LIBBUTL_VERSION 29901 -#define LIBBUTL_VERSION_STR "0.3.0-a1" +#define LIBBUTL_VERSION 30000 +#define LIBBUTL_VERSION_STR "0.3.0" #endif // LIBBUTL_VERSION diff --git a/manifest b/manifest index 899e732..de727ff 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: libbutl -version: 0.3.0-a1 +version: 0.3.0 summary: build2 utility library license: MIT, BSD-2; MIT except for one file from the FreeBSD project. tags: build2, utility 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