aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-01-14 23:24:09 -0800
committerJustin Pettit <jpettit@nicira.com>2010-01-14 23:24:09 -0800
commitb7f22a6aeb08ce3fca4f895ad19fba089bdeef52 (patch)
tree1f3f3b365ce3368315901a011f35b54cbbb9997c /configure.ac
parent81eec36e0200a149f7e239b717cdf93378f6107a (diff)
Release Open vSwitch 0.99.0.v0.99.0
This is an "unstable" release.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 300b21e2..1e56c462 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 0.90.6, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 0.99.0, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])