From: Justin Pettit Date: Thu, 26 May 2011 07:05:45 +0000 (-0700) Subject: Define the Open vSwitch version as 1.0.99. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=364bd38d35049c7510b44ab7a7e41b8b6fb2a394;p=sliver-openvswitch.git Define the Open vSwitch version as 1.0.99. --- diff --git a/configure.ac b/configure.ac index 04834c28a..21a94d9e9 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 1.1.0pre2, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.0.99, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4])