diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-11 10:46:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-11 10:46:59 +0200 |
commit | 0e1ad9402437e4aea1feed249ce8afc4a651979f (patch) | |
tree | 55367d38df4ea39f622f37ac70e2775c70bf2343 /manifest | |
parent | 7f6dc71dab9e0372e52f0e0c3aec9ebcdc8acbe2 (diff) |
Bump version to 0.8.0v0.8.0
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ : 1 name: libbbot -version: 0.8.0-a.0.z +version: 0.8.0 project: build2 summary: build2 build bot library license: MIT @@ -15,5 +15,5 @@ build-email: builds@build2.org requires: c++14 depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- -depends: libbutl [0.8.0-a.0.1 0.8.0-a.1) -depends: libbpkg [0.8.0-a.0.1 0.8.0-a.1) +depends: libbutl ^0.8.0 +depends: libbpkg ^0.8.0 |