summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2014-04-28 14:30:27 -0700
committerJustin Pettit <jpettit@nicira.com>2014-04-28 15:36:48 -0700
commita3aabcd26f8f35d4e36cb6d98669c4e20e5e4c0c (patch)
tree6733a7734a7f99353d4774112c4fae8b495ceb09 /configure.ac
parent214694add2d8f6b936a1b664fd546e4f1c4967e2 (diff)
downloadopenvswitch-a3aabcd26f8f35d4e36cb6d98669c4e20e5e4c0c.tar.gz
Prepare for 2.2.0.
Signed-off-by: Justin Pettit <jpettit@nicira.com>
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 306552875..4eebaeed0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 2.1.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.2.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])