summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2016-08-06 20:49:40 -0700
committerJustin Pettit <jpettit@ovn.org>2016-08-06 20:54:44 -0700
commit92690eae8aac24bba499da921206852951581836 (patch)
treef5b506e70fef695e24aad2d0ec3aa93c713110f1 /configure.ac
parent4c714486187dada924f1e1fc2fdbec99cddd777f (diff)
downloadopenvswitch-92690eae8aac24bba499da921206852951581836.tar.gz
Prepare for post-2.6.0 (2.6.90).
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
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 3493711e5..2f854dd52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.6.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.6.90, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])