summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2019-01-20 13:28:40 -0800
committerJustin Pettit <jpettit@ovn.org>2019-01-20 22:39:26 -0800
commitfe2870c574db6694d74a494794ee3a004c27c8f0 (patch)
tree39845edf633cef6dee2591ae002906767164bea5 /configure.ac
parent836d1973c56e5aaa3b5de47a55d79f17039d0b74 (diff)
downloadopenvswitch-fe2870c574db6694d74a494794ee3a004c27c8f0.tar.gz
Prepare for post-2.11.0 (2.11.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 8a05870a4..505e3d041 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.11.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.11.90, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])