summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-07-23 15:03:52 -0700
committerJustin Pettit <jpettit@nicira.com>2013-07-23 15:08:57 -0700
commite0eeeca573a47cb1a56f7b72ccda9e755da226be (patch)
treec225062637162bca245793838474cdc754b96912 /configure.ac
parentdb5a101931c5393d5f9df600559882418d536878 (diff)
downloadopenvswitch-e0eeeca573a47cb1a56f7b72ccda9e755da226be.tar.gz
Prepare for 1.12.0.
Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
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 170a85221..1e1d24ffd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.11.90, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.12.0, ovs-bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])