From afce96fab5dff77a682302cd91b498d56d00b6c1 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Fri, 15 Jan 2021 20:18:07 +0100 Subject: Prepare for 2.15.0. Acked-by: Flavio Leitner Acked-by: Aaron Conole Signed-off-by: Ilya Maximets --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 126a1d9d1..fd82d7d27 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.14.90, bugs@openvswitch.org) +AC_INIT(openvswitch, 2.15.0, bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.2.1