aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-04-05 22:17:03 -0700
committerJustin Pettit <jpettit@nicira.com>2011-04-11 23:07:40 -0700
commitd4da3acc2a788d1c1b78c0bea6399660c7851f4a (patch)
treeb6aada05cbe58807e0511c25ac6468c66655088f /configure.ac
parent3b6a2571f07e153e850a9bf2044699d8d4434ef0 (diff)
Release Open vSwitch 1.1.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 04834c28..5a2b5c0c 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.1.0, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])