summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2021-01-15 20:20:30 +0100
committerIlya Maximets <i.maximets@ovn.org>2021-01-15 21:08:51 +0100
commit50e5523b9b2b154e5fafc5acdcdec85e9cc5a330 (patch)
tree4797cad3e9b2f62687d6d33f544dee325d38291f /configure.ac
parentafce96fab5dff77a682302cd91b498d56d00b6c1 (diff)
downloadopenvswitch-50e5523b9b2b154e5fafc5acdcdec85e9cc5a330.tar.gz
Prepare for post-2.15.0 (2.15.90).
Acked-by: Flavio Leitner <fbl@sysclose.org> Acked-by: Aaron Conole <aconole@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@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 fd82d7d27..c077034d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.15.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.15.90, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])