mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +00:00
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:
parent
0ef33062ef
commit
55f9f486e1
@ -33,7 +33,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<libvirt>
|
<libvirt>
|
||||||
<release version="5.0.0" date="unreleased">
|
<release version="v5.0.0" date="unreleased">
|
||||||
<section title="New features">
|
<section title="New features">
|
||||||
</section>
|
</section>
|
||||||
<section title="Improvements">
|
<section title="Improvements">
|
||||||
|
Loading…
Reference in New Issue
Block a user