diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-11 12:12:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-11 12:12:02 +0200 |
commit | 81f5227bec83fe48241247e498da4cbbaf60f3df (patch) | |
tree | f7b00ef0c973ffa5ca3dbecbee7976721aa26feb | |
parent | 9813011628715550cba364f151e449bd23bdd3af (diff) |
Change version to 0.12.0-a.0.z
-rwxr-xr-x | doc/cli.sh | 2 | ||||
-rw-r--r-- | manifest | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.11.0 +version=0.12.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR @@ -1,6 +1,6 @@ : 1 name: buildos -version: 0.11.0 +version: 0.12.0-a.0.z project: build2 summary: build2 Build OS license: TODO ; License is not yet decided, currently all rights reserved. @@ -13,5 +13,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.10.0 -depends: * bpkg >= 0.10.0 +depends: * build2 >= 0.11.0 +depends: * bpkg >= 0.11.0 |