From 55f9f486e1dcf68d8e5876c95ed94bdfa8372367 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 3 Dec 2018 14:17:41 +0100 Subject: [PATCH] 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 --- docs/news.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ --> - +
-- 2.47.2