summaryrefslogtreecommitdiff
path: root/libhello/manifest
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-06-27 20:31:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-06-27 20:31:50 +0300
commit143398e35b2e3ee03be221e76ef77a742195e0aa (patch)
treea6cc6ada350d8a3229885ad1db48841029e3514c /libhello/manifest
parent651bc4d237501e5110dffa0b49c62f15695d5519 (diff)
Release version 1.0.0+11v1.0.0+111.0
Add language manifest value. Rely on new header pre-generation for version.hxx. Add *.dylib to .gitignore file. Bump build2 version requirement to 0.16.0-.
Diffstat (limited to 'libhello/manifest')
-rw-r--r--libhello/manifest7
1 files changed, 4 insertions, 3 deletions
diff --git a/libhello/manifest b/libhello/manifest
index 0091a08..fa9f855 100644
--- a/libhello/manifest
+++ b/libhello/manifest
@@ -1,6 +1,7 @@
: 1
name: libhello
-version: 1.0.0+10
+version: 1.0.0+11
+language: c++
project: hello
summary: The "Hello World" example library
license: MIT ; MIT License.
@@ -11,5 +12,5 @@ src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello?h=1.0
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-