summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2021-07-16 21:13:03 +0200
committerIlya Maximets <i.maximets@ovn.org>2021-07-16 21:52:23 +0200
commit45bd6d93f1f8766cbea2c2c2c8f916ab7bec1e77 (patch)
treea82c351b6e58504fa900f73de1380d4134c1eb4d /configure.ac
parent298d4151f4cd276b0644ca7e7c68157e7df79073 (diff)
downloadopenvswitch-45bd6d93f1f8766cbea2c2c2c8f916ab7bec1e77.tar.gz
Prepare for 2.16.0.
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 46c402892..178529e1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.15.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.16.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])