diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-21 14:58:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-21 14:58:15 +0200 |
commit | f1c947af48f9bbe12576dfa30a6c81317cdfa39d (patch) | |
tree | 8ca2efcee6d10de2dca77dea76205131f51422aa /version | |
parent | 7392de012560f49249c38113306f8aa303d54c52 (diff) |
Updates for 0.13.0 releasev0.13.0
Diffstat (limited to 'version')
-rwxr-xr-x | version | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -11,23 +11,23 @@ usage="usage: etc/version" # NOTE: also update in 'bdep new'? # NOTE: also update in libbuild2-<module>? # -build2_min=0.13.0- -bpkg_min=0.13.0- +build2_min=0.13.0 +bpkg_min=0.13.0 -ver=0.13.0-a.0.z -#ver=0.13.0 +#ver=0.14.0-a.0.z +ver=0.13.0 mods=(libstd-modules libbutl libbutl.bash libbpkg libbbot bpkg) -odb_ver=2.5.0-b.18.z -#odb_ver=2.5.0-b.17 +#odb_ver=2.5.0-b.20.z +odb_ver=2.5.0-b.19 odb_mods=(libodb libodb-sqlite libodb-pgsql) -#xml_ver=1.1.0-b.8.z -xml_ver=1.1.0-b.8 +#xml_ver=1.1.0-b.9.z +xml_ver=1.1.0-b.9 xml_mods=(libstudxml) -# NOTE: libpkgconf version constraint in build2 is updated manually. -# NOTE: libcmark version constraint in brep is updated manually. +# !!! NOTE: libpkgconf version constraint in build2 is updated manually. +# !!! NOTE: libcmark version constraint in brep 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) |