summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-12-23 16:17:50 -0800
committerJustin Pettit <jpettit@nicira.com>2013-12-23 17:19:13 -0800
commitbff46ebb4b219d176238225ba3575d74ef9275a3 (patch)
tree4b0e3663377a41cad08d10ddf68925d32fa76bd3 /configure.ac
parent18f0d729e26787da30fe949e68742357847c157c (diff)
downloadopenvswitch-bff46ebb4b219d176238225ba3575d74ef9275a3.tar.gz
Prepare for post-2.1.0 (2.1.90).
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 eb3c5e78d..aa6d940a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 2.1.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.1.90, ovs-bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])