From e2f34ce05eacfab42baf435a56ac573b3bf137a6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 27 Jun 2023 21:44:59 +0300 Subject: Release version 1.0.0+10 Add language manifest value. Add *.dylib to .gitignore file. Bump build2 version requirement to 0.16.0-. --- hello/.gitignore | 1 + hello/manifest | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hello/.gitignore b/hello/.gitignore index 6435b97..1c363a0 100644 --- a/hello/.gitignore +++ b/hello/.gitignore @@ -12,6 +12,7 @@ *.pcm *.ifc *.so +*.dylib *.dll *.a *.lib diff --git a/hello/manifest b/hello/manifest index d570900..3dc3f0d 100644 --- a/hello/manifest +++ b/hello/manifest @@ -1,6 +1,7 @@ : 1 name: hello -version: 1.0.0+9 +version: 1.0.0+10 +language: c++ summary: The "Hello World" example program license: MIT ; MIT License. topics: hello world example @@ -10,6 +11,6 @@ src-url: https://git.build2.org/cgit/hello/hello/tree/hello email: users@build2.org build-warning-email: builds@build2.org builds: all -depends: * build2 >= 0.14.0 -depends: * bpkg >= 0.14.0 +depends: * build2 >= 0.16.0- +depends: * bpkg >= 0.16.0- depends: libhello ^1.0.0 -- cgit v1.1