mirror of https://gitee.com/openkylin/libvirt.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 <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>
|
||||
<release version="5.0.0" date="unreleased">
|
||||
<release version="v5.0.0" date="unreleased">
|
||||
<section title="New features">
|
||||
</section>
|
||||
<section title="Improvements">
|
||||
|
|
Loading…
Reference in New Issue