aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-11-30 22:20:09 -0800
committerJustin Pettit <jpettit@nicira.com>2011-11-30 22:20:09 -0800
commita206a8c6254e4079560e8449787605a28e9059dd (patch)
tree7f760672048c3cf97e23e5642e66baab2cbbf096 /configure.ac
parent742468d943cf2212d633951db2a6a72844b4f97d (diff)
Declare the version as "1.4.0".
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 7bac8712..60f31c3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.3.90, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.0, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])