summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-06-27 21:22:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-06-27 21:22:18 +0300
commit6855e15722c69ba9ae19dad146b7fe8b9b09e799 (patch)
treec20b3125fde2cc680f6fbe773b3981a0db8933c5
parentea101f12ba25e7b0a91f39fac8b86c9218c2a073 (diff)
Release version 1.0.0+11HEADv1.0.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-.
-rw-r--r--libprint/.gitignore1
-rw-r--r--libprint/libprint/buildfile8
-rw-r--r--libprint/manifest7
3 files changed, 5 insertions, 11 deletions
diff --git a/libprint/.gitignore b/libprint/.gitignore
index 6435b97..1c363a0 100644
--- a/libprint/.gitignore
+++ b/libprint/.gitignore
@@ -12,6 +12,7 @@
*.pcm
*.ifc
*.so
+*.dylib
*.dll
*.a
*.lib
diff --git a/libprint/libprint/buildfile b/libprint/libprint/buildfile
index c66998c..5bf421a 100644
--- a/libprint/libprint/buildfile
+++ b/libprint/libprint/buildfile
@@ -4,15 +4,7 @@ impl_libs = # Implementation dependencies.
lib{print}: {hxx ixx txx cxx}{** -version} hxx{version} $impl_libs $intf_libs
-# Include the generated version header into the distribution (so that we don't
-# pick up an installed one) and don't remove it when cleaning in src (so that
-# clean results in a state identical to distributed).
-#
hxx{version}: in{version} $src_root/manifest
-{
- dist = true
- clean = ($src_root != $out_root)
-}
hxx{export}@./: cxx.importable = false
diff --git a/libprint/manifest b/libprint/manifest
index b307cb0..c70ebe5 100644
--- a/libprint/manifest
+++ b/libprint/manifest
@@ -1,6 +1,7 @@
: 1
name: libprint
-version: 1.0.0+10
+version: 1.0.0+11
+language: c++
project: hello
summary: The "Hello World" example printer library
license: MIT ; MIT License.
@@ -11,5 +12,5 @@ src-url: https://git.build2.org/cgit/hello/libprint/tree/libprint
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-