From bd011ff818192cb9d6223a8f90d29cabd3194dd2 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Mon, 2 Oct 2023 09:33:28 +0200 Subject: [PATCH] Post-release version bump to 9.9.0 Signed-off-by: Jiri Denemark --- NEWS.rst | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 32586b0178..d04090d43d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -8,6 +8,20 @@ the changes introduced by each of them. For a more fine-grained view, use the `git log`_. +v9.9.0 (unreleased) +=================== + +* **Security** + +* **Removed features** + +* **New features** + +* **Improvements** + +* **Bug fixes** + + v9.8.0 (2023-10-02) =================== diff --git a/meson.build b/meson.build index ca5633cd98..6fa1f74670 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'libvirt', 'c', - version: '9.8.0', + version: '9.9.0', license: 'LGPLv2+', meson_version: '>= 0.56.0', default_options: [ -- 2.39.5