From: Justin Pettit Date: Wed, 3 Aug 2011 22:10:58 +0000 (-0700) Subject: Prepare for a post-1.2.0 world (1.2.90). X-Git-Tag: v1.3.0~493 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=3e60856b5427647da2c6300e3c0740c7f8977e54 Prepare for a post-1.2.0 world (1.2.90). --- diff --git a/ChangeLog b/ChangeLog index d82e886d2..bc8714792 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Post-v1.2.0 +------------------------ + + v1.2.0 - 03 Aug 2011 ------------------------ - New "ofproto" abstraction layer to ease porting to hardware diff --git a/configure.ac b/configure.ac index c7f49b6a2..492c7bcfe 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.2.0, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.2.90, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4])