summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2018-01-17 09:50:39 -0800
committerJustin Pettit <jpettit@ovn.org>2018-01-17 13:40:55 -0800
commitbb4df7f4845b2e7034a484b13ae26747f1bff8fa (patch)
treea3330b8b48f4fefd6cd1bce6424ee3b207465c3a /configure.ac
parent1fb924b8091b7ee33020b28c2826e096a7d42ef0 (diff)
downloadopenvswitch-bb4df7f4845b2e7034a484b13ae26747f1bff8fa.tar.gz
Prepare for 2.9.0.
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 8f7f4a770..635beb6ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.8.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.9.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])