diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-24 15:46:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-24 15:46:08 +0200 |
commit | df9b4da731ddca50b0192fb07109784f79324222 (patch) | |
tree | 7edd54b778284e56efd0a0a81544438654874c45 | |
parent | 757787725cffc24f6c4e353fefa63bf255007457 (diff) |
Updates for 0.10.0 opening
-rwxr-xr-x | version | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -10,22 +10,22 @@ usage="usage: etc/version" # # NOTE: also update in 'bdep new'? # -build2_min=0.8.0- -bpkg_min=0.8.0- +build2_min=0.9.0 +bpkg_min=0.9.0 -#ver=0.10.0-a.0.z -ver=0.9.0 +ver=0.10.0-a.0.z +#ver=0.10.0 mods=(libstd-modules libbutl libbutl.bash libbpkg libbbot bpkg) -#odb_ver=2.5.0-b.12.z -odb_ver=2.5.0-b.11 +odb_ver=2.5.0-b.12.z +#odb_ver=2.5.0-b.13 odb_mods=(libodb libodb-sqlite libodb-pgsql) -#xml_ver=1.1.0-b.6.z -xml_ver=1.1.0-b.5 +xml_ver=1.1.0-b.5.z +#xml_ver=1.1.0-b.6 xml_mods=(libstudxml) -# @@ NOTE: libpkgconf version constrain is updated manually. +# @@ NOTE: libpkgconf version constraint 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) |