summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2022-07-15 15:10:25 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-07-15 23:18:54 +0200
commite2e8d7cd317a820de0f68c03489a198637833883 (patch)
tree2769f952dd4436e0e3dda00841dadfa342884338 /configure.ac
parent1b53826d6c740c78857b66b1769650ffd3de7c63 (diff)
downloadopenvswitch-e2e8d7cd317a820de0f68c03489a198637833883.tar.gz
Prepare for 3.0.0.
Acked-by: Simon Horman <simon.horman@corigine.com> Acked-by: Ian Stokes <ian.stokes@intel.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 63359fe29..38adac26f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.17.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 3.0.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])