summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2018-07-24 15:29:56 -0700
committerJustin Pettit <jpettit@ovn.org>2018-07-24 16:11:22 -0700
commit024810cf4bc3b58964cadb0c60006ba492d6e18d (patch)
tree2c40b0f366327a22ddf80ede963e4b65709df1ce /configure.ac
parentb1ca64f020f77388b10b47ba279bd5e0fba57dfd (diff)
downloadopenvswitch-024810cf4bc3b58964cadb0c60006ba492d6e18d.tar.gz
Prepare for post-2.10.0 (2.10.90).
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 e3daf335e..09e5888d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.10.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.10.90, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])