diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-07 10:11:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-07 10:11:09 +0200 |
commit | 583e4ca6f49b2459859f7ebd6acc79d7db833021 (patch) | |
tree | 34f1e1a6a17f04126eb4c0b24161ab8fffd0bc73 /version | |
parent | 2cb4d117af15c83103700e1411020f55eef61de4 (diff) |
Update release.cli, version to match bundled libodb/sqlite/libpkg-config
Diffstat (limited to 'version')
-rwxr-xr-x | version | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,15 +21,13 @@ mods=(libbutl libbutl.bash libbpkg libbbot bpkg bpkg-util build2) odb_ver=2.5.0-b.26.z #odb_ver=2.5.0-b.25 -odb_mods=(libodb libodb-sqlite libodb-pgsql) +odb_mods=(libodb libodb-pgsql) # Note: now only in brep. #xml_ver=1.1.0-b.10.z xml_ver=1.1.0-b.10 xml_mods=(libstudxml) -# !!! NOTE: libpkg-config version constraint in build2 is updated manually. # !!! NOTE: libcmark version constraint in brep is updated manually. -# !!! NOTE: libsqlite3 version in bpkg, bdep. all=(libbutl libbutl.bash build2 libbpkg bpkg bpkg-util bdep bdep-util libbbot bbot brep build2-toolchain msvc-linux openssl-agent buildos) |