summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-04-07 11:31:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-04-07 11:31:57 +0200
commite06785607f0005f55b248311fd57c5b073f35927 (patch)
tree95dc34963c55aa6b4bc1b3e951695eac41dc3280
parentb41f45a623e0e1ddb858970172315830770bc3eb (diff)
Bump build2 version requirement to 0.13.0- (need config directive)
Note that this means there will be no upgrade support for this release.
-rwxr-xr-xversion9
1 files 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)