summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2020-07-17 03:41:32 +0200
committerIlya Maximets <i.maximets@ovn.org>2020-07-17 19:23:41 +0200
commit9cfb1d0f7d65b52cc8f14d05c9e9ea8b64f90773 (patch)
treea01d5468dbeb2045498138189855fccc14813426 /configure.ac
parenta5cef5eb82c8696b568208de9448fb62500cdc81 (diff)
downloadopenvswitch-9cfb1d0f7d65b52cc8f14d05c9e9ea8b64f90773.tar.gz
Prepare for post-2.14.0 (2.14.90).
Acked-by: Ian Stokes <ian.stokes@intel.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 e9c4e5503..8d37af9db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.14.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.14.90, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])