summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2015-06-17 16:09:48 -0700
committerJustin Pettit <jpettit@nicira.com>2015-06-18 12:11:20 -0700
commite100e453108bfd3d29f2ba0050f80e4e5eeeb2aa (patch)
tree78bb2f6c63984f1bac51da8d8d6a996d49cb451d /configure.ac
parentcc84898c4c1b52be8fff4431b6dd5d0fdd8721e0 (diff)
downloadopenvswitch-e100e453108bfd3d29f2ba0050f80e4e5eeeb2aa.tar.gz
Prepare for 2.4.0.
Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Jesse Gross <jesse@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 be5cf086c..e6a23a692 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.3.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.4.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])