From a5c1317d86c5338843a815d4bf547a0394635d5e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 27 Jun 2023 21:30:42 +0300 Subject: Release version 1.0.0+11 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-. --- libformat/manifest | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libformat/manifest') diff --git a/libformat/manifest b/libformat/manifest index 19fdaa6..c3dfe80 100644 --- a/libformat/manifest +++ b/libformat/manifest @@ -1,6 +1,7 @@ : 1 name: libformat -version: 1.0.0+10 +version: 1.0.0+11 +language: c++ project: hello summary: The "Hello World" example formatter library license: MIT ; MIT License. @@ -11,5 +12,5 @@ src-url: https://git.build2.org/cgit/hello/libformat/tree/libformat 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- -- cgit v1.1