From 46f170dfb0d6588bc37e02b81193ce44b438d296 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Feb 2019 16:35:45 +0200 Subject: Change version to 0.10.0-a.0.z --- doc/cli.sh | 2 +- manifest | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cli.sh b/doc/cli.sh index e5da8b5..f2b32ad 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.9.0 +version=0.10.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR diff --git a/manifest b/manifest index 240792d..f08840f 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: buildos -version: 0.9.0 +version: 0.10.0-a.0.z project: build2 summary: build2 Build OS license: TBC ; All rights reserved @@ -12,5 +12,5 @@ doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/buildos/tree/ email: users@build2.org build-email: builds@build2.org -depends: * build2 >= 0.8.0- -depends: * bpkg >= 0.8.0- +depends: * build2 >= 0.9.0 +depends: * bpkg >= 0.9.0 -- cgit v1.1