mirror of https://gitee.com/openkylin/libvirt.git
Post-release version bump to 7.0.0
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
e27603980a
commit
38dfd3e80e
10
NEWS.rst
10
NEWS.rst
|
@ -8,6 +8,16 @@ the changes introduced by each of them.
|
||||||
For a more fine-grained view, use the `git log`_.
|
For a more fine-grained view, use the `git log`_.
|
||||||
|
|
||||||
|
|
||||||
|
v7.0.0 (unreleased)
|
||||||
|
===================
|
||||||
|
|
||||||
|
* **New features**
|
||||||
|
|
||||||
|
* **Improvements**
|
||||||
|
|
||||||
|
* **Bug fixes**
|
||||||
|
|
||||||
|
|
||||||
v6.10.0 (2020-12-01)
|
v6.10.0 (2020-12-01)
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project(
|
project(
|
||||||
'libvirt', 'c',
|
'libvirt', 'c',
|
||||||
version: '6.10.0',
|
version: '7.0.0',
|
||||||
license: 'LGPLv2+',
|
license: 'LGPLv2+',
|
||||||
meson_version: '>= 0.54.0',
|
meson_version: '>= 0.54.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
Loading…
Reference in New Issue