mirror of https://gitee.com/openkylin/libvirt.git
maint: Post-release version bump to 6.4.0
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
e8aa9f0dfc
commit
0975dd6cb9
|
@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU Lesser General Public
|
|||
dnl License along with this library. If not, see
|
||||
dnl <http://www.gnu.org/licenses/>.
|
||||
|
||||
AC_INIT([libvirt], [6.3.0], [libvir-list@redhat.com], [], [https://libvirt.org])
|
||||
AC_INIT([libvirt], [6.4.0], [libvir-list@redhat.com], [], [https://libvirt.org])
|
||||
|
||||
if test $srcdir = "."
|
||||
then
|
||||
|
|
|
@ -42,6 +42,14 @@
|
|||
-->
|
||||
|
||||
<libvirt>
|
||||
<release version="v6.4.0" date="unreleased">
|
||||
<section title="New features">
|
||||
</section>
|
||||
<section title="Improvements">
|
||||
</section>
|
||||
<section title="Bug fixes">
|
||||
</section>
|
||||
</release>
|
||||
<release version="v6.3.0" date="2020-05-05">
|
||||
<section title="New features">
|
||||
<change>
|
||||
|
|
Loading…
Reference in New Issue