summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2023-01-16 17:09:55 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-01-16 21:37:09 +0100
commitb02356ebbf6b049bfbd8938bbeb6cdb717001797 (patch)
treedd3505ab3804aac1780a5b0d9c52e284c45f601a /configure.ac
parent8986d4d5564401eeef3dea828b51fe8bae2cc8aa (diff)
downloadopenvswitch-b02356ebbf6b049bfbd8938bbeb6cdb717001797.tar.gz
Prepare for post-3.1.0 (3.1.90).
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 9bf896c01..d05e544b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 3.1.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 3.1.90, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])