summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2020-01-21 12:24:52 -0800
committerBen Pfaff <blp@ovn.org>2020-01-21 12:55:07 -0800
commit2a4f006c79c06628634490627ac72d8c76477e56 (patch)
tree456aabdbe07b858e1b0a816d12734c8cc0b8cebd /configure.ac
parent8ecc28620631293a0300921f4320af9e8417c58b (diff)
downloadopenvswitch-2a4f006c79c06628634490627ac72d8c76477e56.tar.gz
Prepare for 2.13.0.
Acked-by: Gurucharan Shetty <guru@ovn.org> Signed-off-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 4f483fa6e..92b52f671 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.12.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.13.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])