diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 12:15:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 12:15:15 +0200 |
commit | 6ef7268f220b44d553743fc3bea905d1e6195fd8 (patch) | |
tree | 72d86a06a087addd4d37fa0a2583b131790dec0b | |
parent | b7624203fe03bc7542da050257a590cc9adf776b (diff) |
Release version 0.14.0v0.14.0
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ : 1 name: libstd-modules -version: 0.14.0-a.0.z +version: 0.14.0 project: build2 summary: Standard C++ library module interfaces license: MIT @@ -19,5 +19,5 @@ build-include: *-clang_5.** build-include: *-clang_6.** build-exclude: ** ; Requires C++ modules support. requires: c++20 -depends: * build2 >= 0.13.0 -depends: * bpkg >= 0.13.0 +depends: * build2 >= 0.14.0- +depends: * bpkg >= 0.14.0- |