aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-05-15 00:23:50 -0700
committerJustin Pettit <jpettit@nicira.com>2010-05-15 00:31:36 -0700
commit7c284ac400d8e6aefb96c00992114eae6aeba557 (patch)
tree2d1c0951c62d5d6459ffc380b885f860d48a51f0 /configure.ac
parent7183d1ecce62da62b31ea973c01fd77721f42c2c (diff)
Release Open vSwitch 1.0.0v1.0.0
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 1284a783..727c68ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 0.99.2, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.0.0, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])