aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-19 13:08:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-19 13:08:25 +0200
commit0d1dcfe61f15b43c6640330662b47b5f160bd47d (patch)
tree41ec04c86bec3b17ae0ad1c27828ad8ace75a6db
parent2fb96c3432e6826ee76d97587449fc5cec0123fc (diff)
Replace tags with topics, bump required build2 version
-rw-r--r--manifest6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest b/manifest
index afee0d7..4c7e130 100644
--- a/manifest
+++ b/manifest
@@ -3,7 +3,7 @@ name: libstudxml
version: 1.1.0-b.7.z
summary: Streaming XML pull parser/serializer for modern C++
license: MIT
-tags: c++, xml, parser, serializer, streaming, pull, conforming
+topics: C++, XML, XML parser, XML serializer
description-file: README
changes-file: NEWS
url: https://www.codesynthesis.com/projects/libstudxml/
@@ -13,5 +13,5 @@ email: studxml-users@codesynthesis.com ; Mailing list
build-email: builds@codesynthesis.com
builds: all
requires: c++11
-depends: * build2 >= 0.9.0
-depends: * bpkg >= 0.9.0
+depends: * build2 >= 0.11.0
+depends: * bpkg >= 0.11.0