From: Andrea Bolognani Date: Mon, 3 Dec 2018 13:17:41 +0000 (+0100) Subject: news: Fix version number X-Git-Tag: v5.0.0-rc1~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f9f486e1dcf68d8e5876c95ed94bdfa8372367;p=thirdparty%2Flibvirt.git news: Fix version number The schema expects it to match the pattern v[0-9]+\.[0-9]+\.[0-9]+ which "5.0.0" clearly doesn't, causing the build to fail. Reported-by: Peter Krempa Signed-off-by: Andrea Bolognani --- diff --git a/docs/news.xml b/docs/news.xml index 4472936b31..3c63d46012 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -33,7 +33,7 @@ --> - +