aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-01-25 23:09:58 -0800
committerJustin Pettit <jpettit@nicira.com>2010-01-25 23:09:58 -0800
commitb84a0589de8ac912c130c95e2167bb77411b75e0 (patch)
tree72edcf115e890b1c0fdfedb8156a37848fe4998b /configure.ac
parent49c36903d6d65bed96cba31f05534510a21a68d7 (diff)
Release Open vSwitch 0.99.1v0.99.1
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 5b0b3c65..e84a3cbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 0.99.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 0.99.1, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])