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 | 99a1bfd3b65598afb54a85184f00e697e7c63b16 (patch) | |
tree | ab0c0576dd1a7cef7b2144131f5a5b9dd4ff6683 /manifest | |
parent | 1cd8ed6bb01c4fb40df3547d3f2af1a12ae9e4e1 (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: bbot -version: 0.8.0-a.0.z +version: 0.8.0 project: build2 summary: build2 build bot license: TBC ; All rights reserved @@ -17,5 +17,5 @@ depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl [0.8.0-a.0.1 0.8.0-a.1) -depends: libbbot [0.8.0-a.0.1 0.8.0-a.1) +depends: libbutl ^0.8.0 +depends: libbbot ^0.8.0 |