summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hello/manifest8
-rw-r--r--mhello/manifest15
2 files changed, 9 insertions, 14 deletions
diff --git a/hello/manifest b/hello/manifest
index bac5b2e..93d552a 100644
--- a/hello/manifest
+++ b/hello/manifest
@@ -1,6 +1,6 @@
: 1
name: hello
-version: 1.0.0+1
+version: 1.0.0+2
summary: The "Hello World" example program
license: MIT
tags: c++, world, example
@@ -13,7 +13,7 @@ url: https://git.build2.org/cgit/hello/hello
src-url: https://git.build2.org/cgit/hello/hello/tree/hello
email: users@build2.org
build-email: builds@build2.org
-#builds: all
-depends: * build2 >= 0.8.0-
-depends: * bpkg >= 0.8.0-
+builds: all
+depends: * build2 >= 0.9.0
+depends: * bpkg >= 0.9.0
depends: libhello ^1.0.0
diff --git a/mhello/manifest b/mhello/manifest
index 577dae8..f817afa 100644
--- a/mhello/manifest
+++ b/mhello/manifest
@@ -14,19 +14,14 @@ url: https://git.build2.org/cgit/hello/hello
src-url: https://git.build2.org/cgit/hello/hello/tree/mhello
email: users@build2.org
build-email: builds@build2.org
-#builds: all
-#build-exclude: *-msvc_15u0** ; Broken C++ modules support.
-#build-include: *-msvc_15u**
-#build-include: *-clang_5.**
-#build-include: *-clang_6.**
-#build-exclude: ** ; Requires C++ modules support.
-build-exclude: *-msvc_15u0** ; Broken C++ modules support.
-build-include: *-msvc_15u**
+builds: all
+build-exclude: *-msvc_15.0** ; Broken C++ modules support.
+build-include: *-msvc_15.**
build-include: *-clang_5.**
build-include: *-clang_6.**
build-exclude: ** ; Requires C++ modules support.
requires: c++20
-depends: * build2 >= 0.8.0-
-depends: * bpkg >= 0.8.0-
+depends: * build2 >= 0.9.0
+depends: * bpkg >= 0.9.0
depends: libstd-modules
depends: libmhello [1.0.0 2.0.0-) ; Compatible with libmhello-1.X.Y.