aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-08-31 14:16:14 -0700
committerJustin Pettit <jpettit@nicira.com>2010-08-31 23:22:44 -0700
commit476d56f51d4935ff437537db151a49c7db8cd897 (patch)
treecc6cd171843879bf18d5b8a942854348f357e906 /configure.ac
parentcd8055cce3e9dcd20c6125f064d73ef04b99aee4 (diff)
Release Open vSwitch 1.1.0-pre1
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 3088fa5d..7d7b4fe6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.0.1, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.1.0-pre1, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])