From: Justin Pettit Date: Tue, 25 Oct 2011 19:37:26 +0000 (-0700) Subject: Prepare for post-1.3.0 (1.3.90). X-Git-Tag: v1.4.0~248 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b6a9a95b546e06ace34a9c878d34e1c720ed57e5;p=sliver-openvswitch.git Prepare for post-1.3.0 (1.3.90). --- diff --git a/NEWS b/NEWS index 09c234cd4..f0baf372c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +post-v1.3.0 +------------------------ + + v1.3.0 - xx xxx xxxx ------------------------ - OpenFlow: diff --git a/configure.ac b/configure.ac index c95948799..3b87e7e0c 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.3.0, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.3.90, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4])