From ed633278e5bb564aca118783e8c910582e6ba10a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 6 Mar 2019 00:11:30 +0300 Subject: Release version 1.0.0+2 --- hello/manifest | 8 ++++---- mhello/manifest | 15 +++++---------- 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. -- cgit v1.1