Define the Open vSwitch version as 1.0.99.
authorJustin Pettit <jpettit@nicira.com>
Thu, 26 May 2011 07:05:45 +0000 (00:05 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 27 May 2011 15:41:15 +0000 (08:41 -0700)
configure.ac

index 04834c2..21a94d9 100644 (file)
@@ -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])