diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-08 14:16:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-08 14:16:07 +0200 |
commit | 7d34105ba593e74c0eff41a7c801b5c9f1d2a21d (patch) | |
tree | 3185d5938c0adbebcffc65fd5faef3422401dd02 | |
parent | b56d55e6fb8e149344fd426c44ec136a4ca00315 (diff) |
Bump version to 0.7.0-a.0.z, master is open for business
-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.6.0 +version=0.7.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR @@ -1,6 +1,6 @@ : 1 name: bbot -version: 0.6.0 +version: 0.7.0-a.0.z summary: build2 build bot license: TBC ; All rights reserved tags: build2, c++, build, bot, server, ci, continuous, integration, testing @@ -16,5 +16,5 @@ depends: * build2 >= 0.6.0- depends: * bpkg >= 0.6.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl [0.6.0 0.7.0-); 0.6.X -depends: libbbot [0.6.0 0.7.0-); 0.6.X +depends: libbutl [0.7.0-a.0.1 0.7.0-a.1) +depends: libbbot [0.7.0-a.0.1 0.7.0-a.1) |