Signed-off-by: Ilya Maximets <[email protected]>
---
Documentation/faq/releases.rst | 3 ++-
NEWS | 2 +-
configure.ac | 2 +-
debian/changelog | 4 ++--
debian/rules | 4 ++--
5 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index e08c61138..d45c420d1 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -51,7 +51,7 @@ Q: Does Open vSwitch support running on Windows (Hyper-V)?
A: Support for the Windows datapath, a.k.a. Hyper-V, was deprecated starting
with Open vSwitch 3.7, and the source code was completely removed from the
- Open vSwitch source tree in the next release.
+ Open vSwitch source tree in 4.0.
Q: Are all features available with all datapaths?
@@ -169,6 +169,7 @@ Q: What DPDK version does each Open vSwitch release work
with?
3.5.x 24.11.6
3.6.x 24.11.6
3.7.x 25.11.2
+ 4.0.x 25.11.2
============ ========
Q: Are all the DPDK releases that OVS versions work with maintained?
diff --git a/NEWS b/NEWS
index 58f2bebf6..603ccd2d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Post-v3.7.0
+v4.0.0 - xx xxx xxxx
--------------------
- Userspace datapath:
* ARP/ND lookups for native tunnel are now rate limited. The holdout
diff --git a/configure.ac b/configure.ac
index 1b3dba501..babed61ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 3.7.90, [email protected])
+AC_INIT(openvswitch, 4.0.0, [email protected])
AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index a11bcbf90..5f516621c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-openvswitch (3.7.90-1) unstable; urgency=low
+openvswitch (4.0.0-1) unstable; urgency=low
* New upstream version
- -- Open vSwitch team <[email protected]> Fri, 16 Jan 2026 13:00:01 +0100
+ -- Open vSwitch team <[email protected]> Thu, 16 Jul 2026 13:00:00 +0100
openvswitch (3.7.0-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index f36d45593..df07ffb39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -137,8 +137,8 @@ override_dh_python3:
# Helper target for creating snapshots from upstream git
DATE=$(shell date +%Y%m%d)
# Upstream branch to track
-BRANCH=branch-3.7
-VERSION=3.7.0
+BRANCH=branch-4.0
+VERSION=4.0.0
get-orig-snapshot:
rm -Rf openvswitch-upstream
--
2.55.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev