summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2020-01-21 12:45:00 -0800
committerBen Pfaff <blp@ovn.org>2020-01-21 12:55:17 -0800
commit34b00fd272b5c454137b15a36a17e322f7bbda90 (patch)
tree3e2088138030b5556173ba67331282cee96bdfc1 /configure.ac
parent2a4f006c79c06628634490627ac72d8c76477e56 (diff)
downloadopenvswitch-34b00fd272b5c454137b15a36a17e322f7bbda90.tar.gz
Prepare for post-2.13.0 (2.13.90).
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 92b52f671..1877aae56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.13.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.13.90, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])