summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2021-01-15 20:18:07 +0100
committerIlya Maximets <i.maximets@ovn.org>2021-01-15 21:08:28 +0100
commitafce96fab5dff77a682302cd91b498d56d00b6c1 (patch)
treedb3e644ba07bacad20863e93c9cc3692c9408de5 /configure.ac
parent24ce0afe4a2a6e16e45e715d891751cfdc49e646 (diff)
downloadopenvswitch-afce96fab5dff77a682302cd91b498d56d00b6c1.tar.gz
Prepare for 2.15.0.
Acked-by: Flavio Leitner <fbl@sysclose.org> Acked-by: Aaron Conole <aconole@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])