diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-20 16:57:28 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-20 16:57:28 +0200 |
commit | 68b32f4c91d4c291699248549004d7f77957566d (patch) | |
tree | 9f39662c54fae71a57061ab8a7b7adaab0dc1ce2 /doc | |
parent | 8cfba1f03ef4376d52e2d7edfac240a78c07c758 (diff) | |
download | prosody-68b32f4c91d4c291699248549004d7f77957566d.tar.gz prosody-68b32f4c91d4c291699248549004d7f77957566d.zip |
doap: Trim a trailing '.' from a version/branch name for consistency
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 80393805..c94b0e5f 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -86,7 +86,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0030.html"/> - <xmpp:since>0.10.</xmpp:since> + <xmpp:since>0.10</xmpp:since> <xmpp:status>complete</xmpp:status> </xmpp:SupportedXep> </implements> |