summaryrefslogtreecommitdiff
path: root/libhello/manifest
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-06-27 21:39:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-06-27 21:39:24 +0300
commita0d8acd222160d0dce55970419ab83494d73c044 (patch)
tree56798e3e10fbac85b7f55876a7d834657ea922c7 /libhello/manifest
parent7f62790591b66bda248140013bdbd12bf078c2a2 (diff)
Release version 1.1.0+11HEADv1.1.0+11master
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 f6ce3be..83530d8 100644
--- a/libhello/manifest
+++ b/libhello/manifest
@@ -1,6 +1,7 @@
: 1
name: libhello
-version: 1.1.0+10
+version: 1.1.0+11
+language: c++
project: hello
summary: The "Hello World" example library
license: MIT ; MIT License.
@@ -11,7 +12,7 @@ src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello
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: libformat ^1.0.0
depends: libprint ^1.0.0