From b340d23b9be24123413276e084be89abbf08d03e Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Mon, 5 Feb 2024 06:22:04 +0000 Subject: [PATCH] Prepare for 24.03.0. Signed-off-by: Frode Nordahl --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 44320ca..6f0e07a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Post v23.09.0 -------------- +OVN VIF v24.03.0 - xx xxx xxxx +------------------------------ OVN VIF v23.09.0 - 18 Sep 2023 ------------------------------ diff --git a/configure.ac b/configure.ac index 9ba3657..22a3f19 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(ovn-vif, 23.09.90, bugs@openvswitch.org) +AC_INIT(ovn-vif, 24.03.0, bugs@openvswitch.org) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])