From 364bd38d35049c7510b44ab7a7e41b8b6fb2a394 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 26 May 2011 00:05:45 -0700 Subject: [PATCH] Define the Open vSwitch version as 1.0.99. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.47.0