diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-07 11:31:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-07 11:31:56 +0200 |
commit | e607800f687ba89fbdd97b2f1f1925217f00eb23 (patch) | |
tree | 570220713d063777c89f9ee4482cc118bdeadf81 | |
parent | fd863534dc6cf6a4d6bd3278b96690f66cbc4706 (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.
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ email: users@build2.org build-email: builds@build2.org builds: all requires: c++14 -depends: * build2 >= 0.12.0 -depends: * bpkg >= 0.12.0 +depends: * build2 >= 0.13.0- +depends: * bpkg >= 0.13.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. depends: libbutl [0.13.0-a.0.1 0.13.0-a.1) |