summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2019-01-20 13:26:52 -0800
committerJustin Pettit <jpettit@ovn.org>2019-01-20 22:39:00 -0800
commit836d1973c56e5aaa3b5de47a55d79f17039d0b74 (patch)
tree0400387adcac2521f7a80697940cf835087a29b4 /configure.ac
parentd13d711503595c0265ebf58f68250bbc9225ee9b (diff)
downloadopenvswitch-836d1973c56e5aaa3b5de47a55d79f17039d0b74.tar.gz
Prepare for 2.11.0.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@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 71ca90782..8a05870a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.10.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.11.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])