]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Fix version number
authorAndrea Bolognani <abologna@redhat.com>
Mon, 3 Dec 2018 13:17:41 +0000 (14:17 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Dec 2018 13:17:41 +0000 (14:17 +0100)
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 <pkrempa@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
docs/news.xml

index 4472936b31d3c2753f3fe9cbfc8c98bb3d5eeedd..3c63d4601296b1310e18b349f74b9827209282c0 100644 (file)
@@ -33,7 +33,7 @@
      -->
 
 <libvirt>
-  <release version="5.0.0" date="unreleased">
+  <release version="v5.0.0" date="unreleased">
     <section title="New features">
     </section>
     <section title="Improvements">