diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-24 15:44:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-24 15:44:35 +0200 |
commit | 757787725cffc24f6c4e353fefa63bf255007457 (patch) | |
tree | cce37b4ed8b88ac549d62aafb9fc5e04263bf514 /version | |
parent | 135ce62b109cca705ca784942d5ef9dfc2f803dd (diff) |
Updates for 0.9.0 releasev0.9.0
Diffstat (limited to 'version')
-rwxr-xr-x | version | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -13,22 +13,21 @@ usage="usage: etc/version" build2_min=0.8.0- bpkg_min=0.8.0- -ver=0.8.0-a.0.z -#ver=0.7.0 -mods=(libstd-modules libbutl libbutl.bash libbpkg libbbot) +#ver=0.10.0-a.0.z +ver=0.9.0 +mods=(libstd-modules libbutl libbutl.bash libbpkg libbbot bpkg) -odb_ver=2.5.0-b.8.z -#odb_ver=2.5.0-b.7 +#odb_ver=2.5.0-b.12.z +odb_ver=2.5.0-b.11 odb_mods=(libodb libodb-sqlite libodb-pgsql) -xml_ver=1.1.0-b.3.z -#xml_ver=1.1.0-b.3 +#xml_ver=1.1.0-b.6.z +xml_ver=1.1.0-b.5 xml_mods=(libstudxml) -# @@ NOTE: libpkgconf manually. - -all=(libstd-modules libbutl libbutl.bash build2 libbpkg bpkg bdep libbbot bbot brep build2-toolchain msvc-linux buildos) +# @@ NOTE: libpkgconf version constrain is updated manually. +all=(libstd-modules libbutl libbutl.bash build2 libbpkg bpkg bpkg-rep bdep libbbot bbot brep build2-toolchain msvc-linux openssl-agent buildos) # In manifests for alpha/beta we use an exact match. For snapshots -- snapshot # range. Otherwise an X.Y.* range. |