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 | e06049d395967208a698e475a3c3b95d8654d6c6 (patch) | |
tree | 9f39662c54fae71a57061ab8a7b7adaab0dc1ce2 | |
parent | 18ba9560d9511e5bf011c6868a5e77c4c860ed22 (diff) | |
download | prosody-e06049d395967208a698e475a3c3b95d8654d6c6.tar.gz prosody-e06049d395967208a698e475a3c3b95d8654d6c6.zip |
doap: Trim a trailing '.' from a version/branch name for consistency
-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> |