aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes2
-rw-r--r--buildfile2
-rw-r--r--manifest8
3 files changed, 6 insertions, 6 deletions
diff --git a/.gitattributes b/.gitattributes
index 9fce1b0..1631641 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -10,7 +10,7 @@
#*.bat text eol=crlf
# Use `eol=lf` for files that should have the LF line ending both in the
-# working tree (even on Windows) in the repository.
+# working tree (even on Windows) and in the repository.
#
#*.sh text eol=lf
diff --git a/buildfile b/buildfile
index d4dc7af..efb049e 100644
--- a/buildfile
+++ b/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} doc{INSTALL LICENSE AUTHORS NEWS README} manifest
+./: {*/ -build/} doc{INSTALL NEWS README} legal{LICENSE AUTHORS} manifest
# Don't install tests or the INSTALL file.
#
diff --git a/manifest b/manifest
index ab2bfe3..db358c4 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: libstd-modules
-version: 0.13.0-a.0.z
+version: 0.15.0-a.0.z
project: build2
summary: Standard C++ library module interfaces
license: MIT
@@ -11,7 +11,7 @@ url: https://build2.org
doc-url: https://build2.org/doc.xhtml
src-url: https://git.build2.org/cgit/libstd-modules/tree/
email: users@build2.org
-build-email: builds@build2.org
+build-warning-email: builds@build2.org
builds: all
build-exclude: *-msvc_15.0** ; Broken C++ modules support.
build-include: *-msvc_15.**
@@ -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-