aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-08-03 15:09:45 -0700
committerJustin Pettit <jpettit@nicira.com>2011-08-03 15:09:45 -0700
commit5e9c5b61d3df3088a5d98fb83d539044a6717423 (patch)
tree8f67ea24428a1292b949c1727bb7ced09f415dfc /configure.ac
parent1a142ced654524020f08f2ab71a4014353b43365 (diff)
Prepare Open vSwitch 1.2.0 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 9e2e6e41..c7f49b6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.1.90, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.2.0, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])