diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-21 06:40:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-21 06:40:21 +0200 |
commit | c1d339902defe9741412ebcc8c5bbaa46055bcc6 (patch) | |
tree | 0342e50d2455005972841a55412c0fc46eea42de /manifest | |
parent | 4ffecbfadb46888a5d847b3f553241f2b80c2d6b (diff) |
Change version to 0.13.0-a.0.z
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.12.0 +version: 0.13.0-a.0.z project: build2 summary: build2 build bot utility library license: MIT @@ -17,5 +17,5 @@ builds: all requires: c++14 depends: * build2 >= 0.12.0 depends: * bpkg >= 0.12.0 -depends: libbutl ^0.12.0 -depends: libbpkg ^0.12.0 +depends: libbutl [0.13.0-a.0.1 0.13.0-a.1) +depends: libbpkg [0.13.0-a.0.1 0.13.0-a.1) |