From: Justin Pettit <jpettit@nicira.com>
Date: Thu, 1 Dec 2011 07:41:19 +0000 (-0800)
Subject: Prepare for post-1.4.0 (1.4.90).
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68bfcfc31f3dd393fc5e93838aa5051ad44e139;p=openvswitch

Prepare for post-1.4.0 (1.4.90).
---

diff --git a/NEWS b/NEWS
index fa78da87..8d7addff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+port-v1.4.0
+------------------------
+
+
 v1.4.0 - xx xxx xxxx
 ------------------------
     - New "VLAN splinters" feature to work around buggy device drivers
diff --git a/configure.ac b/configure.ac
index 60f31c3c..a5cff705 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.90, ovs-bugs@openvswitch.org)
 NX_BUILDNR
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])