summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2017-01-31 17:52:16 -0800
committerJustin Pettit <jpettit@ovn.org>2017-01-31 17:53:15 -0800
commite2218eeebc4abc4ab144a027c97438edd2c01e1b (patch)
treeb930bd6b4eaee524d1a3dbea697ce00c9597e140 /configure.ac
parente51e9854e8095400fafb3530c963b017aecc1970 (diff)
downloadopenvswitch-e2218eeebc4abc4ab144a027c97438edd2c01e1b.tar.gz
Prepare for post-2.7.0 (2.7.90).
Signed-off-by: Justin Pettit <jpettit@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 7c729ef49..6d75a5769 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.6.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.7.90, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])