diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-01-28 16:25:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-01-28 16:25:13 +0300 |
commit | b2f8450b6e2031392407be2344efb2949ffb3c82 (patch) | |
tree | fc7931271eb71a42b739f106de25c2fc58422473 | |
parent | f2193120bb4c8df23bf851558a806db2691e3d54 (diff) |
Update version script to also modify build2 runtime dependency in package manifests
-rwxr-xr-x | version | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ bpkg_min=0.14.0- ver=0.15.0-a.0.z #ver=0.15.0 -mods=(libstd-modules libbutl libbutl.bash libbpkg libbbot bpkg bpkg-util) +mods=(libstd-modules libbutl libbutl.bash libbpkg libbbot bpkg bpkg-util build2) odb_ver=2.5.0-b.22.z #odb_ver=2.5.0-b.23 |