From e06785607f0005f55b248311fd57c5b073f35927 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Apr 2020 11:31:57 +0200 Subject: Bump build2 version requirement to 0.13.0- (need config directive) Note that this means there will be no upgrade support for this release. --- version | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/version b/version index ada16a5..f1f4e0e 100755 --- a/version +++ b/version @@ -9,9 +9,10 @@ usage="usage: etc/version" # No max, always >=. # # NOTE: also update in 'bdep new'? +# NOTE: also update in libbuild2-*? # -build2_min=0.12.0 -bpkg_min=0.12.0 +build2_min=0.13.0- +bpkg_min=0.13.0- ver=0.13.0-a.0.z #ver=0.13.0 @@ -25,8 +26,8 @@ odb_mods=(libodb libodb-sqlite libodb-pgsql) xml_ver=1.1.0-b.8 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) -- cgit v1.1