summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hello/.gitignore1
-rw-r--r--hello/manifest7
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