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 <pkrempa@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2018-12-03 14:17:41 +01:00
parent 0ef33062ef
commit 55f9f486e1

View 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">