summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2018-07-24 15:28:08 -0700
committerJustin Pettit <jpettit@ovn.org>2018-07-24 16:11:19 -0700
commitb1ca64f020f77388b10b47ba279bd5e0fba57dfd (patch)
tree8b2c45f8cfd309e80d90cdb4863b0a3cafe768c0 /configure.ac
parent9ec533122fdbcfe94dd8cd8442aba7274abad9a3 (diff)
downloadopenvswitch-b1ca64f020f77388b10b47ba279bd5e0fba57dfd.tar.gz
Prepare for 2.10.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 070edcf4f..e3daf335e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.9.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.10.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])